Description Usage Arguments Details Value Examples
Example of generating an HTML report from R function
1 | anova_report(data, x, y, browse = FALSE)
|
data |
frame |
x |
grouping variable |
y |
dependent variable |
browse |
If |
anova_report
generates an HTML report describing a one-way analysis of variance.
The grouping variable is coerced to be a factor.
path to HTML file
1 2 3 4 | # from ggplot2
data(mpg, package="ggplot2")
anova_report(mpg, class, cty)
anova_report(mpg, class, cty, browse=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.