Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

References

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

Examples

# 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)

EFA.dimensions

Exploratory Factor Analysis Functions for Assessing Dimensionality

v0.1.7.2
GPL (>= 2)
Authors
Brian P. O'Connor
Initial release
2021-02-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.