anova_report: Anova Report

Description Usage Arguments Details Value Examples

Description

Example of generating an HTML report from R function

Usage

1
anova_report(data, x, y, browse = FALSE)

Arguments

data

frame

x

grouping variable

y

dependent variable

browse

If TRUE, use external browser

Details

anova_report generates an HTML report describing a one-way analysis of variance. The grouping variable is coerced to be a factor.

Value

path to HTML file

Examples

1
2
3
4
# from ggplot2
data(mpg, package="ggplot2")
anova_report(mpg, class, cty)
anova_report(mpg, class, cty, browse=TRUE)

Rkabacoff/anovaReport documentation built on May 29, 2019, 1:40 p.m.