p_inertia {EnQuireR}R Documentation

Test of MCA's percentages of inertia

Description

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.

Usage

p_inertia(dataset)

Arguments

dataset a data frame

Author(s)

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

Examples

## Not run: 
 
data(tea)
p_inertia(tea[,1:5])
## End(Not run)

[Package EnQuireR version 0.09 Index]