Super reduce
From Eigenvector Documentation Wiki
Contents |
Purpose
Eliminates highly correlated variables.
Synopsis
- corr_values=super_reduce(data,level_corr);
Description
When several variables have a high correlation, the variable(s) with the lower intensity will be deleted, leaving the most intense variable.
Generally used in combination with CODA and COMPARLCMS applications.
Inputs
- data = matrix to be analyzed or a dataset object. Only included rows and columns will be analyzed
Optional Inputs
- level_corr = sets the correlation level above which variables will be eliminated. A plot will be made when level_corr is given.
Outputs
- corr_val = correlation values used for elimination.