Nothing
#' darktriad Bayesian Network
#'
#' Bayesian Network modeling for Dark Triad, aggression, and empathy.
#'
#' @usage NULL
#'
#' @format
#' A conditional linear Gaussian Bayesian network to examine the validity of the constructed models as predictable. The probabilities were given within the referenced paper. The vertices are:
#' \describe{
#' \item{Age}{}
#' \item{Gender}{(Male, Female);}
#' \item{Machiavellianism}{}
#' \item{Fantasy}{}
#' \item{EmotionalSusceptibility}{}
#' \item{Narcissism}{}
#' \item{Psychopathy}{}
#' \item{SelfOrientedEmotionalReactivity}{}
#' \item{VerbalAggression}{}
#' \item{PerspectiveTaking}{}
#' \item{OtherOrientedEmotional}{}
#' \item{PhysicalAggression}{}
#' \item{Hostility}{}
#' \item{Anger}{}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords CLGBN
#' @importClassesFrom bnlearn bn.fit
#' @references Zaitsu, W. (2024). Bayesian Network modeling for Dark Triad, aggression, and empathy. Personality and Individual Differences, 230, 112805.
"darktriad"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.