report: Oneway ANOVA Report

Description Usage Arguments Value Examples

View source: R/report.R

Description

Create an HTML ANOVA report

Usage

1
report(formula, data, browse = TRUE)

Arguments

formula

an object of class formula, relating the dependent variable to the grouping variable.

data

a data frame containing the variables in the model.

browse

logical. If FALSE display report in Rstudio instead of browser.

Value

path to HTML report

Examples

1
2
3
4
## Not run: 
report(mpg ~ cyl, mtcars)

## End(Not run)

Rkabacoff/oneway documentation built on Dec. 8, 2020, 2:09 p.m.