watershed: watershed

Description Usage Arguments Value

View source: R/watershed.R

Description

A function for constructing a summary data frame for a series of exploratory factor analyses.

Usage

1
watershed(data, maxlatent = ncol(data), minlatent = 1, cutoff = 0.4)

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.

cutoff

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

Value

A data frame with maximum factor loading identified for each variable.


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