powered by
This function is a wrapper to the t.test function but produces more information in the output.
t.test
tTest(x, y, data, ...)
The dichotmous variable for the test.
The interval/ratio variable for the test.
A data frame where x and y can be found.
x
y
Other arguments to be passed down to t.test.
an object of class tTest
tTest