Description Usage Arguments Details Value Author(s) See Also
View source: R/parameter_groups.R
parameter_groups
gets groups of parameters based on multivariate analysis
1 | parameter_groups(list_out_check_model, parameter)
|
list_out_check_model |
A list whose elements are output from |
parameter |
The parameter on which to get the groups |
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
The function returns a list of two elements:
obj.pca : the PCA object from FactoMineR::PCA
clust, a list of two elements:
res.hcpc : the HCPC object from FactoMineR::HCPC
clust : the dataframe with cluster assigned to each individual
Pierre Riviere
check_model
parameter_groups_model_GxE
parameter_groups_model_bh_GxE
parameter_groups_model_anova
parameter_groups_model_spatial
plot.parameter_groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.