File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ linearMixedModel <- lmer(
132132summary(linearMixedModel)
133133```
134134
135- ##### Protoypical Growth Curve
135+ ##### Prototypical Growth Curve
136136
137137``` {r}
138138newData <- expand.grid(
@@ -291,7 +291,7 @@ quadraticGCM <- lmer(
291291summary(quadraticGCM)
292292```
293293
294- #### Protoypical Growth Curve
294+ #### Prototypical Growth Curve
295295
296296``` {r}
297297newData <- expand.grid(
@@ -405,7 +405,7 @@ splineGCM <- lmer(
405405summary(splineGCM)
406406```
407407
408- #### Protoypical Growth Curve
408+ #### Prototypical Growth Curve
409409
410410``` {r}
411411newData <- expand.grid(
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ lavaangui::plot_lavaan(lgcm1_fit)
283283
284284### Plot Trajectories
285285
286- #### Protoypical Growth Curve
286+ #### Prototypical Growth Curve
287287
288288Calculated from intercept and slope parameters:
289289
@@ -576,7 +576,7 @@ lavaangui::plot_lavaan(lbgcm1_fit)
576576
577577### Plot Trajectories
578578
579- #### Protoypical Growth Curve
579+ #### Prototypical Growth Curve
580580
581581``` {r}
582582lbgcm1_intercept <- coef(lbgcm1_fit)["intercept~1"]
@@ -856,7 +856,7 @@ lavaangui::plot_lavaan(quadraticGCM1_fit)
856856
857857### Plot Trajectories
858858
859- #### Protoypical Growth Curve
859+ #### Prototypical Growth Curve
860860
861861Calculated from intercept and slope parameters:
862862
@@ -1142,7 +1142,7 @@ lavaangui::plot_lavaan(splineGCM1_fit)
11421142
11431143### Plot Trajectories
11441144
1145- #### Protoypical Growth Curve
1145+ #### Prototypical Growth Curve
11461146
11471147Calculated from intercept and slope parameters:
11481148
You can’t perform that action at this time.
0 commit comments