ptsd_cor1 | R Documentation |
A correlation matrix that includes 16 variables. The correlation matrix was estimated from 526 individuals \insertCitefried2018replicabilityBGGM.
A correlation matrix with 16 variables
Intrusive Thoughts
Nightmares
Flashbacks
Physiological/psychological reactivity
Avoidance of thoughts
Avoidance of situations
Amnesia
Disinterest in activities
Feeling detached
Emotional numbing
Foreshortened future
Sleep problems
Irritability
Concentration problems
Hypervigilance
Startle response
data(ptsd_cor1)
Y <- MASS::mvrnorm(n = 526,
mu = rep(0, 16),
Sigma = ptsd_cor1,
empirical = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.