Skip to content

Commit aa9d94c

Browse files
authored
Update README.md
1 parent 968a930 commit aa9d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ glm(default ~ balance + income, data = ISLR::Default, family = binomial(link = l
2020
```
2121
## Example: factor analysis
2222
```
23-
psych::fa(iris[1:4], nfactors = 2, fm = "pa") |> psummary() |> suppressWarnings()
23+
psych::fa(iris[1:4], nfactors = 2, fm = "pa") |> suppressWarnings() |> psummary()
2424
```
2525

2626
# Color Schemes

0 commit comments

Comments
 (0)