The scree plot shows each factor along the X axis, and the proportion of common variance explained by that factor on the Y axis. The proportion of common variance explained is given by the factor eigenvalue.
screeplot_mda(obs_by_group, cor_min = 0.2)Nothing returned
A data frame containing 1 categorical (factor) variable and continuous (numeric) variables.
The correlation threshold for including variables in the factor analysis.
A wrapper for the nFactors:nScree() and nFactors::plotnScree() functions.
mda_loadings()