parameter_groups: Get groups of parameters based on multivariate analysis

Description Usage Arguments Details Value Author(s) See Also

View source: R/parameter_groups.R

Description

parameter_groups gets groups of parameters based on multivariate analysis

Usage

1
parameter_groups(list_out_check_model, parameter)

Arguments

list_out_check_model

A list whose elements are output from check_model

parameter

The parameter on which to get the groups

Details

The function run a PCA on a matrix containing the value of each parameter for each variable.

Clusters are done based on HCPC method with FactoMineR package as explained here http://www.sthda.com/english/wiki/hcpc-hierarchical-clustering-on-principal-components-hybrid-approach-2-2-unsupervised-machine-learning

Value

The function returns a list of two elements:

Author(s)

Pierre Riviere

See Also


priviere/PPBstats documentation built on May 6, 2021, 1:20 a.m.