# NOT RUN {
# parallel analysis of the WISC data
RAWPAR(data_TabFid, randtype='generated', extract='PCA', Ndatasets=100,
percentile=95, corkind='pearson', verbose=TRUE)
# parallel analysis of the Harman correlation matrix
RAWPAR(data_Harman, randtype='generated', extract='PCA', Ndatasets=100,
percentile=95, corkind='pearson', Ncases=305, verbose=TRUE)
# parallel analysis of the Rosenberg Self-Esteem Scale (RSE)
RAWPAR(data_RSE, randtype='permuted', extract='PCA', Ndatasets=100,
percentile=95, corkind='pearson', corkindRAND='pearson', verbose=TRUE)
# parallel analysis of the Rosenberg Self-Esteem Scale (RSE) using polychoric correlations
RAWPAR(data_RSE, randtype='generated', extract='PCA', Ndatasets=100,
percentile=95, corkind='polychoric', verbose=TRUE)
# parallel analysis of the NEO-PI-R data
RAWPAR(data_NEOPIR, randtype='generated', extract='PCA', Ndatasets=100,
percentile=95, corkind='pearson', Ncases=305, verbose=TRUE)
# }
Run the code above in your browser using DataLab