Learn R Programming

EFA.dimensions (version 0.1.6)

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

Examples

Run this code
# NOT RUN {
head(data_RSE)

# }
# NOT RUN {
# MAP test on the Rosenberg Self-Esteem Scale (RSE) data
MAP(data_RSE, corkind='pearson', verbose=TRUE)

# parallel analysis of the Rosenberg Self-Esteem Scale (RSE) data
RAWPAR(data_RSE, extract='PCA', Ndatasets=100, percentile=95,
       corkind='pearson', verbose=TRUE)
# }

Run the code above in your browser using DataLab