A correlation matrix that includes 16 variables. The correlation matrix was estimated from 365 individuals fried2018replicabilityBGGM.
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_cor2)
Y <- MASS::mvrnorm(n = 365,
mu = rep(0, 16),
Sigma = ptsd_cor2,
empirical = TRUE)
Run the code above in your browser using DataLab