View source: R/dataPreprocessing.R
determineNumberOfFactors | R Documentation |
This function determines the optimal number of factors to extract from a dataset using the eigenvalue-based scree test and parallel analysis.
determineNumberOfFactors(dataset)
dataset |
A data frame from which factors are to be extracted. The function will ignore the "Description" column if it exists. |
An integer representing the number of factors to retain based on the scree test results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.