getTheDim | R Documentation |
Calculate the dimensions of the data by factor analysis. Factors for less than two items will be combined
getTheDim(theData, center = TRUE, scale = TRUE, fm = "mle", rotate = "varimax")
theData |
The prepared data matrix. |
center |
= TRUE |
scale |
= TRUE |
fm |
= 'mle' |
rotate |
= 'varimax' |
The function returns an array.
## Not run:
theDim <- getTheDim(theData)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.