Skip to content

Commit cef1569

Browse files
authored
Update RDoC_pt2.Rmd
addition to line 235: rdoc.testfit2.model <- c(rdoc.testfit2.model, "CSP2525 ~~ 0*CSP2525")
1 parent a904365 commit cef1569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RDoC_pt2.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ lavInspect(rdoc.testfit, "cov.lv")
232232
```
233233

234234
```{r, fig.height = 8, fig.width = 8}
235+
rdoc.testfit2.model <- c(rdoc.testfit2.model, "CSP2525 ~~ 0*CSP2525")
235236
rdoc.testfit2 = cfa(rdoc.testfit2.model, data_exc, estimator = "MLR", std.lv = TRUE, orthogonal = TRUE, check.gradient = FALSE)
236237
semPaths(rdoc.testfit2, whatLabels = "std", layout="tree", edge.label.cex=1)
237238
summary(rdoc.testfit2, standardized=TRUE, rsquare=TRUE, fit.measures=TRUE)

0 commit comments

Comments
 (0)