Skip to content

Commit c6194f7

Browse files
authored
Update ShaunRdoc-r01_fullbrain4.2.Rmd
1 parent 3461e8b commit c6194f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShaunRdoc-r01_fullbrain4.2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ cfa.testfit.srmr.ci = quantile(cfa.testfit.bs[, 6], probs = c(.025, .975), na.rm
692692

693693
```{r, fig.height = 4, fig.width = 4}
694694
fitdata <- data.frame(Models = c("RDoC", "DD"),
695-
Robust.RMSEA = c(m.rdoc.testfit.rmsea[1], m.cfa.testfit.rmsea[1]),
695+
Robust.RMSEA = c(rdoc.testfit.rmsea[1], cfa.testfit.rmsea[1]),
696696
errmin2 = c(rdoc.testfit.rmsea.ci[[1]], cfa.testfit.rmsea.ci[[1]]),
697697
errmax2 = c(rdoc.testfit.rmsea.ci[[2]], cfa.testfit.rmsea.ci[[2]]),
698698
Robust.CFI = c(rdoc.testfit.cfi[1], cfa.testfit.cfi[1]),

0 commit comments

Comments
 (0)