data_TabFid {EFA.dimensions} | R Documentation |
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.
data(data_TabFid)
Tabachnik, B. G., & Fidell, L. S. (2013). Using multivariate statistics. New York, NY: Pearson.
# MAP test on the data_TabFid data
MAP(data_TabFid, corkind='pearson', verbose=TRUE)
# parallel analysis of the data_TabFid data
RAWPAR(data_TabFid, factormodel='PCA', Ndatasets=100, percentile=95,
corkind='pearson', verbose=TRUE)
# DIMTESTS on the data_TabFid data
DIMTESTS(data_TabFid, tests = c('EMPKC','HULL','RAWPAR'), corkind='pearson', display=1)
# principal axis factor analysis of the data_TabFid data
PA_FA(data_TabFid, corkind='pearson', Nfactors = 5, iterpaf = 50,
rotate='PROMAX', ppower = 4, verbose=TRUE)