| efa_syntax | R Documentation |
Generate EFA planning syntax
efa_syntax(
items,
nfactors = 1L,
extraction = c("minres", "pa", "ml"),
rotation = c("oblimin", "promax", "varimax"),
data_name = "data"
)
items |
Character vector of item IDs. |
nfactors |
Number of factors. |
extraction |
Extraction method. |
rotation |
Rotation method. |
data_name |
Name of the data object in generated R code. |
A character string with R syntax.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.