kruswall.plot | R Documentation |
Kruskal Wallis Test with a Plot
kruswall.plot(x, y, dig = 4, plot = FALSE)
x |
Data vector |
y |
Vector of factor levels |
dig |
Number of digits below the decimal point, Default: 4 |
plot |
Plot test results? Default: FALSE |
None.
x = c(4.6,10.6,8.0,25.0,7.1, 2.9,10.1,3.2,3.8,6.6, 6.8,9.4,26.5,12.8,8.3, 3.4,3.9,6.0,8.6,5.0) y = rep(1:4, each=5) kruswall.plot(x, y, plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.