Learn R Programming

starry (version 0.1.2)

stat_ttest: Stat - T-test

Description

Stat - T-test

Usage

stat_ttest(data, xvar, yvar, group, test, 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

group

groups

test

type of t-test

show_code

show/hide code

Examples

Run this code
if (interactive()) {
  stat_ttest(mtcars)
}

Run the code above in your browser using DataLab