Description Usage Arguments Value Author(s) Examples
Test of the sum of a discriminant analysis eigenvalues (divided by the rank). Non parametric version of the Pillai's test. It authorizes any weighting.
1 2 |
xtest |
an object of class |
nrepet |
the number of permutations |
... |
further arguments passed to or from other methods |
returns a list of class rtest
Daniel Chessel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(meaudret)
pca1 <- dudi.pca(meaudret$env, scan = FALSE, nf = 3)
rand1 <- rtest(discrimin(pca1, meaudret$design$season, scan = FALSE), 99)
rand1
#Monte-Carlo test
#Observation: 0.3035
#Call: as.rtest(sim = sim, obs = obs)
#Based on 999 replicates
#Simulated p-value: 0.001
plot(rand1, main = "Monte-Carlo test")
summary.manova(manova(as.matrix(meaudret$env)~meaudret$design$season), "Pillai")
# Df Pillai approx F num Df den Df Pr(>F)
# meaudret$design$season 3 2.73 11.30 27 30 1.6e-09 ***
# Residuals 16
# ---
# Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
# 2.731/9 = 0.3034
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.