rtest | R Documentation |
rtest is a generic function. It proposes methods for the following objects between
, discrimin
, procuste
...
rtest(xtest, ...)
xtest |
an object used to select a method |
... |
further arguments passed to or from other methods; in |
rtest
returns an object of class randtest
Daniel Chessel
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.randtest(sim = rnorm(200), obs = x0) print(l0) plot(l0, main = paste("p.value = ", round(l0$pvalue, dig = 5))) } par(mfrow = c(1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.