infer (version 0.4.0.1)

t_stat: Tidy t-test statistic

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.

...

Pass in arguments to {infer} functions.