# \donttest{
# the Harman correlation matrix
SESCREE(data_Harman, Ncases=305, verbose=TRUE)
# the Rosenberg Self-Esteem Scale (RSE) using Pearson correlations
SESCREE(data_RSE, corkind='pearson', verbose=TRUE)
# the Rosenberg Self-Esteem Scale (RSE) using polychoric correlations
SESCREE(data_RSE, corkind='polychoric', verbose=TRUE)
# the NEO-PI-R scales
SESCREE(data_NEOPIR, verbose=TRUE)
# }
Run the code above in your browser using DataLab