ade4 (version 1.7-15)

randtest.coinertia: Monte-Carlo test on a Co-inertia analysis (in C).

Description

Performs a Monte-Carlo test on a Co-inertia analysis.

Usage

# S3 method for coinertia
randtest(xtest, nrepet = 999, fixed=0, …)

Arguments

xtest

an object of class coinertia

nrepet

the number of permutations

fixed

when non uniform row weights are used in the coinertia analysis, this parameter must be the number of the table that should be kept fixed in the permutations

further arguments passed to or from other methods

Value

a list of the class randtest

References

Dol<U+00E9>dec, S. and Chessel, D. (1994) Co-inertia analysis: an alternative method for studying species-environment relationships. Freshwater Biology, 31, 277--294.

Examples

Run this code
# NOT RUN {
data(doubs)
dudi1 <- dudi.pca(doubs$env, scale = TRUE, scan = FALSE, nf = 3)
dudi2 <- dudi.pca(doubs$fish, scale = FALSE, scan = FALSE, nf = 2)
coin1 <- coinertia(dudi1,dudi2, scan = FALSE, nf = 2)
plot(randtest(coin1))
 
# }

Run the code above in your browser using DataLab