powered by
between
discrimin
procuste
...
rtest(xtest, ...) plot.rtest(x, nclass = 10, coeff = 1, ...) as.rtest (sim, obs, call = match.call()) print.rtest (x, ...)
plot.randtest
hist
as.rtest
rtest
plot.rtest
RV.rtest
mantel.rtest
procuste.rtest
randtest
par(mfrow = c(2,2)) for (x0 in c(2.4,3.4,5.4,20.4)) { l0 <- as.rtest(sim = rnorm(200), obs = x0) print(l0) plot(l0,main=paste("p.value = ", round(l0$pvalue, dig = 5))) }
Run the code above in your browser using DataLab