knitr::opts_chunk$set(
  collapse = TRUE,
  dev = "png",
  dev.args = list(type = "cairo-png"),
  comment = "#>"
)

Introduction

Here is an article on using the oneway package.

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


phillip-wong/oneway documentation built on Oct. 23, 2020, 2:38 a.m.