data_RSE | R Documentation |
A data frame with 300 observations on the 10 items from the Rosenberg Self-Esteem scale.
data(data_RSE)
Rosenberg, M. (1965). Society and the adolescent self-image. Princeton University Press.
# MAP test on the Rosenberg Self-Esteem Scale (RSE) item data
MAP(data_RSE, corkind='polychoric', verbose=TRUE)
# DIMTESTS on the Rosenberg Self-Esteem Scale (RSE) item data
DIMTESTS(data_RSE, tests = c('CD','EMPKC','HULL','RAWPAR','NEVALSGT1'), Ncases=1000, display=2)
# parallel analysis of the Rosenberg Self-Esteem Scale (RSE) item data
RAWPAR(data_RSE, extraction='PCA', Ndatasets=100, percentile=95,
corkind='pearson', verbose=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.