Learn R Programming

EFA.dimensions (version 0.1.8.1)

data_Field: data_Field

Description

A data frame with scores on 23 variables for 2571 cases. This is a simulated dataset that has the exact same correlational structure as the "R Anxiety Questionnaire" data used by Field et al. (2012) in their chapter on Exploratory Factor Analysis.

Usage

data(data_Field)

Arguments

Examples

Run this code
# \donttest{
# MAP test
MAP(data_Field, corkind='pearson', verbose=TRUE)

# DIMTESTS
DIMTESTS(data_Field, corkind='pearson', 
         tests = c('CD','EMPKC','HULL','RAWPAR','NEVALSGT1'), display=2)

# principal components analysis	
PCA(data_Field, corkind='pearson', Nfactors=4, rotation='none', verbose=TRUE)
# }

Run the code above in your browser using DataLab