Skip to content

Commit 167b1a1

Browse files
committed
fix warning in docs
1 parent 7a961ff commit 167b1a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/principal_components.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@
214214
#'
215215
#' # Factor Analysis (FA) ------------------------
216216
#'
217-
#' factor_analysis(mtcars[, 1:7], n = "all", threshold = 0.2)
218-
#' factor_analysis(mtcars[, 1:7], n = 2, rotation = "oblimin", threshold = "max", sort = TRUE)
219-
#' factor_analysis(mtcars[, 1:7], n = 2, threshold = 2, sort = TRUE)
217+
#' factor_analysis(mtcars[, 1:7], n = "all", threshold = 0.2, rotation = "Promax")
218+
#' factor_analysis(mtcars[, 1:7], n = 2, threshold = "max", sort = TRUE)
219+
#' factor_analysis(mtcars[, 1:7], n = 2, rotation = "none", threshold = 2, sort = TRUE)
220220
#'
221221
#' efa <- factor_analysis(mtcars[, 1:5], n = 2)
222222
#' summary(efa)

man/principal_components.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)