Learn R Programming

EnQuireR (version 0.10)

p_inertia: 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

Examples

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

Run the code above in your browser using DataLab