-
Notifications
You must be signed in to change notification settings - Fork 0
/
sem.qmd
51 lines (23 loc) · 1.82 KB
/
sem.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# SEM
## Programming
### R
[lavaan](http://lavaan.ugent.be): popular SEM package in R (see the CSCAR workshop also)
[mediation](https://cran.r-project.org/web/packages/mediation/vignettes/mediation.pdf)
### Mplus
[Mplus website/forums](http://www.statmodel.com/cgi-bin/discus/discus.cgi?pg=topics)
[Process](http://offbeat.group.shef.ac.uk/FIO/mplusmedmod.htm) Some clients ask about using Process scripts in SPSS, but these models are more flexibly engaged in SEM programs like Mplus, R, or Stata. This lists all of the processing models and then some for Mplus, which would easily translate to lavaan.
### Stata
[SEM page](http://www.stata.com/features/structural-equation-modeling/)
## General
[CSCAR workshop](http://m-clark.github.io/docs/sem/): web notes for the workshop content and beyond
[Personality Project](http://www.personality-project.org/index.html): William Revelle's site for psychometrics
### Sample Size
[Sample Size Requirements for Structural Equation Models](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4334479/) Wolf et al. (2013)
[Power analysis and determination of sample size for covariance structure modeling](http://psycnet.apa.org/journals/met/1/2/130/) MacCallum et al. (1996)
[web tool](http://www.quantpsy.org/rmsea/rmsea.htm) http://www.quantpsy.org/
### Misc
[Standardized coefficients greater than 1](misc/HowLargeCanaStandardizedCoefficientbe.pdf)
## Books
[Principles and Practice of Structural Equation Modeling](http://www.guilford.com/books/Principles-and-Practice-of-Structural-Equation-Modeling/Rex-Kline/9781462523344): classic guide
[Latent Variable Modeling using R: A Step-By-Step Guide](http://blogs.baylor.edu/rlatentvariable/): learn SEM in R
[Discovering Structural Equation Modeling Using Stata](http://www.stata.com/bookstore/discovering-structural-equation-modeling-using-stata/)