riverbarge: riverbarge

Description Usage Arguments Value

View source: R/riverbarge.R

Description

A function for reporting on the quality of factors from a series of factor analyses

Usage

1
2
riverbarge(data, maxlatent = ncol(data), minlatent = 1, hicutoff = 0.5,
  cutoff = 0.4, crosscutoff = 0.3)

Arguments

data

Data frame containing only variables to test.

maxlatent

Maximum number of latent variables to test.

minlatent

Minimum number of latent variables to test.

hicutoff

Loading necessary to be considered as part of a strong factor.

cutoff

Cutoff value for leaving a variable out of that factor analysis.

crosscutoff

Cutoff value for unacceptable crossloading.

Value

A data frame witha summary of the series of factor analyses: number of factors, number of crossloadings, number of strong, marginal, and weak factors, number of items in each factor.


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