tTest: t-Test function

Description Usage Arguments Value

Description

This function is a wrapper to the t.test function but produces more information in the output.

Usage

1
tTest(x, y, data, ...)

Arguments

x

The dichotmous variable for the test.

y

The interval/ratio variable for the test.

data

A data frame where x and y can be found.

...

Other arguments to be passed down to t.test.

Value

an object of class tTest


DAMisc documentation built on Jan. 12, 2022, 1:07 a.m.