stat_anova: Stat - Anova

View source: R/stat_anova.R

stat_anovaR Documentation

Stat - Anova

Description

Stat - Anova

Usage

stat_anova(data, xvar, yvar, code, show_code)

Arguments

data

data

xvar

xvar

yvar

yvar

code

additional code

show_code

show/hide code

Value

No return value. This function is called for the side effect of launching a shiny application.

Examples

if (interactive()) {
  stat_regression_linear(mtcars)
}

starry documentation built on Jan. 17, 2023, 1:07 a.m.