knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

Here is an article on using the oneway package.

library(oneway)
fit <- oneway(mpg~carb, mtcars)
print(fit)
plot(fit)


acolorado1/oneway documentation built on Oct. 28, 2020, 10:45 p.m.