Description Usage Arguments Details Value See Also
View source: R/model_hedonic.R
model_hedonic
runs hedonic analysis
1 |
data |
data is a data frame. It should come from |
An anova is run on "note". A Correspondence Analysis is run with FactoMineR::CA
More information can be found in the book : https://priviere.github.io/PPBstats_book/hedonic.html
It returns a list with three elements:
model : the result of the anova run on note
CA the result of the correspondance analysis run on the data set with the supplementary variables with FactoMineR::CA
.
HCPC the result of the correspondane analysis run on the data set with the supplementary variables with FactoMineR::PCA
follow by FactoMineR::HCPC
.
It is a list of three elements:
res.pca the results of the PCA
res.hcpc the results of the HCPC
clust the cluster found with the HCPC
check_model
check_model.fit_model_hedonic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.