p_inertia: Test of MCA's percentages of inertia

Description Usage Arguments Author(s) Examples

View source: R/p_inertia.R

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

1
p_inertia(dataset)

Arguments

dataset

a data frame

Author(s)

Sebastien Le sebastien.le@agrocampus-ouest.fr
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

1
2
3
4
5
## Not run:  
data(tea)
p_inertia(tea[,1:5])

## End(Not run)

EnQuireR documentation built on May 2, 2019, 5:24 p.m.

Related to p_inertia in EnQuireR...