pa | R Documentation |
Parallel analysis
pa(
data = NULL,
n = NULL,
nv = NULL,
nreps = 1000,
alpha = 0.05,
crit = NULL,
...
)
data |
a data.frame. |
n |
the number of subjects. |
nv |
the number of variables. |
nreps |
the number of replications. |
alpha |
type I error rate. |
crit |
critical values to compare the eigenvalues. |
... |
other arguments |
nfactors (if data is supplied) and sampled eigenvalues
Horn, J. L. (1965). A rationale and test for the number of factors in factor analysis. Psychometrika, 30(2), 179–185. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/BF02289447")}
pa(ex_2factors, n = 42)
pa(n = 10, nv = 2, nreps = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.