efa: efa

Description Usage Arguments Value

View source: R/efa.R

Description

A wrapper function for running exploratory factor analysis.

Usage

1
efa(data, nfactors = 2, items = c(1:ncol(data)), cutoff = 0.3)

Arguments

data

A data frame with the data to be analyzed. May contain missing data (which will be deleted listwise).

nfactors

The number of factors to return.

items

A vector of column numbers to include in the analysis.

cutoff

The cutoff for loading display in the factor analysis. 0.3 by default.

Value

Prints the output of efa using principal axis/oblimin + recommendations for item reduction.


cognopod/walter documentation built on May 20, 2019, 11:16 a.m.