test_t {uxr}R 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)

[Package uxr version 0.2.0 Index]