Learn R Programming

uxr (version 0.2.0)

test_t: T-test

Description

T-test

Usage

test_t(x, y, ...)

Value

results

Arguments

x

x

y

y

...

other arguments passed to t-test

Examples

Run this code

test_t(mtcars$mpg, mtcars$am)

Run the code above in your browser using DataLab