EKC | R Documentation |
Empirical Kaiser Criterion (EKC)
EKC(.data = NULL, n = NULL, nv = NULL, lowest.eig = 1, ...)
.data |
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors. |
n |
the number of cases (subjects, participants, or units) if a covariance matrix is supplied in |
nv |
the number of variables if the critical values are required. |
lowest.eig |
minimal eigenvalues to retain. Default is Kaiser's suggestion of 1. |
... |
further argument for |
The number of factors to retain or the crititical eigenvalues.
Braeken, J., & van Assen, M. A. L. M. (2017). An empirical Kaiser criterion. Psychological Methods, 22(3), 450–466. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1037/met0000074")}
EKC(ex_4factors_corr, n = 42)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.