test_t: T-test

View source: R/test_t.R

test_tR Documentation

T-test

Description

T-test

Usage

test_t(x, y, ...)

Arguments

x

x

y

y

...

other arguments passed to t-test

Value

results

Examples


test_t(mtcars$mpg, mtcars$am)

uxr documentation built on Dec. 28, 2022, 2:03 a.m.