Learn R Programming

EFA.dimensions (version 0.1.6)

data_TabFid: data_TabFid

Description

A data frame with scores for 340 cases on 44 Bem Sex Role Inventory items, used by Tabacknick & Fidell (2013, p. 656) in their chapter on exploratory factor analysis.

Usage

data(data_TabFid)

Arguments

References

Tabachnik, B. G., & Fidell, L. S. (2013). Using multivariate statistics. New York, NY: Pearson.

Examples

Run this code
# NOT RUN {
head(data_TabFid) 

# }
# NOT RUN {
# MAP test on the data_TabFid data
MAP(data_TabFid, corkind='pearson', verbose=TRUE)

# parallel analysis of the data_TabFid data
RAWPAR(data_TabFid, extract='PCA', Ndatasets=100, percentile=95,
       corkind='pearson', verbose=TRUE)
       
# principal axis factor analysis of the data_TabFid data
PA_FA(data_TabFid, corkind="pearson", Nfactors = 5, iterpaf = 50, 
      rotate='varimax', ppower=3, verbose=TRUE)       
# }

Run the code above in your browser using DataLab