Learn R Programming

infer (version 0.2.0)

t_stat: A shortcut wrapper function to get the observed test statistic for a t test

Description

A shortcut wrapper function to get the observed test statistic for a t test

Usage

t_stat(data, formula, ...)

Arguments

data

a data frame that can be coerced into a tibble

formula

a formula with the response variable on the left and the explanatory on the right

...

currently ignored