getTheDim: Calculate the Dimensions

View source: R/getTheDim.R

getTheDimR Documentation

Calculate the Dimensions

Description

Calculate the dimensions of the data by factor analysis. Factors for less than two items will be combined

Usage

getTheDim(theData, center = TRUE, scale = TRUE, fm = "mle", rotate = "varimax")

Arguments

theData

The prepared data matrix.

center

= TRUE

scale

= TRUE

fm

= 'mle'

rotate

= 'varimax'

Value

The function returns an array.

Author(s)

zdx, zhaodexuan@aliyun.com

Examples

## Not run: 
theDim <- getTheDim(theData)

## End(Not run)


zhaodexuan/NERF documentation built on Aug. 1, 2023, 1:18 a.m.