stat_ttest | R Documentation |
Stat - T-test
stat_ttest(data, xvar, yvar, group, test, show_code)
data |
data |
xvar |
xvar |
yvar |
yvar |
group |
groups |
test |
type of t-test |
show_code |
show/hide code |
No return value. This function is called for the side effect of launching a shiny application.
if (interactive()) { stat_ttest(mtcars) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.