fa.parallel(x, n.obs = NULL, fa="both", main = "Parallel Analysis Scree Plots",ntrials=20,error.bars=FALSE)
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.The means of (n.trials) random solutions are shown. Error bars are usually very small and are suppressed by default but can be shown if requested.
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