Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 26, 2023
1 parent d151104 commit 8352bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions R/n_factors.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#' with the fewer factors.
#'
#' @param x A data frame.
#' @param type Can be `"FA"` or `"PCA"`, depending on what you want to
#' do.
#' @param type Can be `"FA"` or `"PCA"`, depending on what you want to do.
#' @param rotation Only used for VSS (Very Simple Structure criterion, see
#' [psych::VSS()]). The rotation to apply. Can be `"none"`, `"varimax"`,
#' `"quartimax"`, `"bentlerT"`, `"equamax"`, `"varimin"`, `"geominT"` and
Expand Down Expand Up @@ -43,8 +42,7 @@
#'
#' @note There is also a
#' [`plot()`-method](https://easystats.github.io/see/articles/parameters.html)
#' implemented in the
#' [**see**-package](https://easystats.github.io/see/).
#' implemented in the [**see**-package](https://easystats.github.io/see/).
#' `n_components()` is a convenient short-cut for `n_factors(type = "PCA")`.
#'
#' @examplesIf require("PCDimension", quietly = TRUE) && require("nFactors", quietly = TRUE)
Expand Down
6 changes: 2 additions & 4 deletions man/n_factors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8352bc8

Please sign in to comment.