The goal of onewayR is to conduct analysis of variance and to plot, print and summarize the results of the analysis
install.packages("onewayR")
This is a basic example which shows you show to conduct the analysis and the print, plot and summarize the results
library(onewayR)
oneway(mpg ~ wt, mtcars)
oneway <- oneway(mpg ~ wt, mtcars)
plot.oneway(oneway)
print.oneway(oneway)
summary.oneway(oneway)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.