Learn R Programming

DAMisc (version 1.7.2)

tTest: t-Test function

Description

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

Usage

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