MAP | R Documentation |
Minimum average partial correlation (MAP)
MAP(.data, ...)
.data |
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors. |
... |
further argument for |
The number of factors to retain.
Velicer, W. F. (1976). Determining the number of components from the matrix of partial correlations. Psychometrika, 41(3), 321-327. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/BF02293557")}
D <- genr8(n = 42, R = ex_4factors_corr)
MAP(D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.