Skip to contents

A correlation matrix that includes 16 variables. The correlation matrix was estimated from 365 individuals fried2018replicabilityBGGM.

Format

A correlation matrix with 16 variables

Details

  • 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

References

Examples

data(ptsd_cor2)
Y <- MASS::mvrnorm(n = 365,
                   mu = rep(0, 16),
                   Sigma = ptsd_cor2,
                   empirical = TRUE)