fa.parallel(x, n.obs = 1000, fa="both", main = "Parallel Analysis Scree Plots",ntrials=20)
VSS
) and Velicer's MAP
procedure (included in VSS
). fa.parallel plots the eigen values for a principal components and principal factor solution and does the same for random matrices of the same size as the original data matrix. For raw data, the random matrices are 1) a matrix of univariate normal data and 2) random samples (randomized across rows) of the original data.VSS
,VSS.plot
, VSS.parallel
test.data <- Harman74.cor$cov
fa.parallel(test.data,n.obs=200)
fa.parallel(attitude)
#
Run the code above in your browser using DataLab