p_inertia {EnQuireR} | R Documentation |
This function creates new data sets and performs MCA on them. It then keeps the percentages of inertia and calculates the means and the associated p-values on the first two dimensions.
p_inertia(dataset)
dataset |
a data frame |
Jerome Bouche jerome.bouche@yahoo.fr
Marine Cadoret marine.cadoret@agrocampus-ouest.fr
Gwenaelle Fournier gwenaelle.fournier@gmail.com
Olivier Fournier olivier.fournier76@gmail.com
Francois Le Poder francois.lepoder@gmail.com
## Not run: data(tea) p_inertia(tea[,1:5]) ## End(Not run)