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)


bnorthrop/oneway documentation built on Oct. 23, 2020, 2:35 a.m.