determineNumberOfFactors: Determine Number of Factors

View source: R/dataPreprocessing.R

determineNumberOfFactorsR Documentation

Determine Number of Factors

Description

This function determines the optimal number of factors to extract from a dataset using the eigenvalue-based scree test and parallel analysis.

Usage

determineNumberOfFactors(dataset)

Arguments

dataset

A data frame from which factors are to be extracted. The function will ignore the "Description" column if it exists.

Value

An integer representing the number of factors to retain based on the scree test results.


neobernad/evaluomeR documentation built on Nov. 12, 2024, 11:29 p.m.