Learn R Programming

EFA.dimensions (version 0.1.8.1)

data_RSE: Item-level dataset for the Rosenberg Self-Esteem scale

Description

A data frame with 300 observations on the 10 items from the Rosenberg Self-Esteem scale.

Usage

data(data_RSE)

Arguments

References

Rosenberg, M. (1965). Society and the adolescent self-image. Princeton University Press.

Examples

Run this code
# \donttest{
# 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)
# }

Run the code above in your browser using DataLab