Usage
stat_anova(data, xvar, yvar, code, show_code)
Value
No return value. This function is called for the side effect of
launching a shiny application.
Arguments
- data
data
- xvar
xvar
- yvar
yvar
- code
additional code
- show_code
show/hide code
Examples
Run this codeif (interactive()) {
stat_regression_linear(mtcars)
}
Run the code above in your browser using DataLab