@@ -17,6 +17,8 @@ options(scipen = 999)
1717
1818# Preamble
1919
20+ For a resource on using ` lavaan ` in ` R ` for structural equation modeling, see the following e-book: https://tdjorgensen.github.io/SEM-in-Ed-compendium
21+
2022## Install Libraries
2123
2224``` {r, class.source = "fold-hide"}
@@ -104,7 +106,15 @@ ggplot(
104106
105107# Latent Growth Curve Model {#lgcm}
106108
107- ## Linear Model {#linearLGCM}
109+ See the chapter on latent growth curve modeling in ` lavaan ` : https://tdjorgensen.github.io/SEM-in-Ed-compendium/ch27.html .
110+
111+ For extensions, see the following resources:
112+
113+ - growth curves using latent indicators (rather than observed indicators): https://tdjorgensen.github.io/SEM-in-Ed-compendium/ch27.html#latent-indicators-of-growth-factors
114+ - growth curves using discrete indicators (rather than continuous indicators): https://tdjorgensen.github.io/SEM-in-Ed-compendium/ch27.html#discrete-indicators
115+ - parallel growth curves: https://tdjorgensen.github.io/SEM-in-Ed-compendium/ch27.html#parallel-growth-curves
116+
117+ ## Linear Growth Curve Model {#linearLGCM}
108118
109119### Model Syntax
110120
@@ -395,7 +405,7 @@ ggplot(
395405 linewidth = 2)
396406```
397407
398- ## Latent Basis Model {#latentBasisLGCM}
408+ ## Latent Basis Growth Curve Model {#latentBasisLGCM}
399409
400410### Model Syntax
401411
@@ -647,9 +657,13 @@ ggplot() +
647657 )
648658```
649659
650- ## Quadratic Model {#quadraticLGCM}
660+ ## Quadratic Growth Curve Model {#quadraticLGCM}
661+
662+ ## Spline Growth Curve Model {#splineLGCM}
663+
664+ ## Saturated Growth Curve Model {#saturatedGCM}
651665
652- ## Spline Model {#splineLGCM}
666+ https://tdjorgensen.github.io/SEM-in-Ed-compendium/ch27.html#saturated-growth-model
653667
654668# Latent Change Score Model {#lcsm}
655669
0 commit comments