# \donttest{
# WISC data
RAWPAR(data_TabFid, randtype='generated', extraction='PCA', Ndatasets=100,
percentile=95, corkind='pearson', verbose=TRUE)
# the Harman (1967) correlation matrix
RAWPAR(data_Harman, randtype='generated', extraction='PCA', Ndatasets=100,
percentile=95, corkind='pearson', Ncases=305, verbose=TRUE)
# Rosenberg Self-Esteem scale items, using Pearson correlations
RAWPAR(data_RSE, randtype='permuted', extraction='PCA', Ndatasets=100,
percentile=95, corkind='pearson', corkindRAND='pearson', verbose=TRUE)
# Rosenberg Self-Esteem scale items, using polychoric correlations
RAWPAR(data_RSE, randtype='generated', extraction='PCA', Ndatasets=100,
percentile=95, corkind='polychoric', verbose=TRUE)
# NEO-PI-R scales
RAWPAR(data_NEOPIR, randtype='generated', extraction='PCA', Ndatasets=100,
percentile=95, corkind='pearson', Ncases=305, verbose=TRUE)
# }
Run the code above in your browser using DataLab