# NOT RUN {
# test on the Harman correlation matrix
SESCREE(data_Harman, corkind='pearson', verbose=TRUE)
# }
# NOT RUN {
# test on the Rosenberg Self-Esteem Scale (RSE) using Pearson correlations
SESCREE(data_RSE, corkind='pearson', verbose=TRUE)
# test on the Rosenberg Self-Esteem Scale (RSE) using polychoric correlations
SESCREE(data_RSE, corkind='polychoric', verbose=TRUE)
# }
Run the code above in your browser using DataLab