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 8352bc8 commit ff3da48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/n_factors.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#' 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)
#' @examplesIf require("PCDimension", quietly = TRUE) && require("nFactors", quietly = TRUE) && require("EGAnet", quietly = TRUE) && require("psych", quietly = TRUE)
#' library(parameters)
#' n_factors(mtcars, type = "PCA")
#'
Expand Down
2 changes: 1 addition & 1 deletion 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 ff3da48

Please sign in to comment.