Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sig.tot.inertia.perm

Permuted significance of the CA total inertia


Description

This function calculates the permuted significance of CA total inertia. Number of permutation is customizable (set at 999 by default). A frequency distribution histogram of permuted CA total inertia is produces and p.value of the observed total inertia is reported.

Usage

sig.tot.inertia.perm(data, B = 999)

Arguments

data

Name of the dataset (must be in dataframe format).

B

Number of permutations (999 by default).

See Also

Examples

data(greenacre_data)

#Returns the frequency distribution histogram of the permuted total inertia
#(using 99 permutations). The observed total inertia and the 95th percentile
#of the permuted inertia are also displayed for testing the significance
#of the observed total inertia.

sig.tot.inertia.perm(greenacre_data, 99)

CAinterprTools

Graphical Aid in Correspondence Analysis Interpretation and Significance Testings

v1.1.0
GPL
Authors
Gianmarco Alberti [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.