data_Field | R Documentation |
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.
data(data_Field)
Field, A., Miles, J., & Field, Z. (2012). Discovering statistics using R. Los Angeles, CA: Sage.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.