mc.norm | R Documentation |
Perform Shapiro-Wilk normality test by shapiro.test
and plot the
density function and boxplot.
mc.norm(x, ...)
x |
A matrix or data frame to be tested. |
... |
Additional arguments pass to |
Object of shapiro.test
, boxplot and histogram.
Wanchang Lin
maccest
, mc.anova
data(iris)
x <- subset(iris, select = -Species)
y <- iris$Species
method <- c("randomForest","svm","pcalda","knn")
pars <- valipars(sampling="boot", niter = 10, nreps=10)
res <- maccest(x, y, method=method, pars=pars,
comp="anova")
res
res$acc.iter
mc.norm(res$acc.iter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.