MAP {Rnest} | R Documentation |
Minimum average partial correlation (MAP)
Description
Minimum average partial correlation (MAP)
Usage
MAP(.data, ...)
Arguments
.data |
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors. |
... |
further argument for |
Value
The number of factors to retain.
References
Velicer, W. F. (1976). Determining the number of components from the matrix of partial correlations. Psychometrika, 41(3), 321-327. doi:10.1007/BF02293557
Examples
D <- genr8(n = 42, R = ex_4factors_corr)
MAP(D)
[Package Rnest version 1.2 Index]