Learn R Programming

mda.biber (version 1.0.1)

screeplot_mda: Scree plot for multi-dimensional analysis

Description

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.

Usage

screeplot_mda(obs_by_group, cor_min = 0.2)

Value

Nothing returned

Arguments

obs_by_group

A data frame containing 1 categorical (factor) variable and continuous (numeric) variables.

cor_min

The correlation threshold for including variables in the factor analysis.

Details

A wrapper for the nFactors:nScree() and nFactors::plotnScree() functions.

See Also

mda_loadings()