Skip to content

Commit bf58da7

Browse files
authored
Update ShaunRdoc-r01_fullbrain4.2.Rmd
1 parent c3cf87a commit bf58da7

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
@@ -43,7 +43,7 @@ data_ns <- data_ns[, !(names(data_ns) %in% columns_to_remove)]
4343
4444
data_ns[] <- lapply(data_ns, as.numeric)
4545
data_ns <- apply(data_ns, 2, scale)
46-
```{r, fig.height = 8, fig.width = 8}
46+
```
4747

4848
```{r, fig.height = 8, fig.width = 8}
4949
EFA.fit <- fa(data0, nfactors=8, rotate="oblimin", fm="pa")

0 commit comments

Comments
 (0)