pa | R Documentation |
Parallel analysis
pa(
data = NULL,
n = NULL,
p = NULL,
nrep = 1000,
alpha = 0.05,
crit = NULL,
...
)
data |
data.frame. |
n |
number of subjects. |
p |
number of variables. |
nrep |
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
pa(ex_2factors, n = 42)
E <- pa(n = 10, p = 2, nrep = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.