Learn R Programming

MDMA (version 2.0.0)

print.tTest: Print t test

Description

Print the output of a t test.

[Stable]

Usage

# S3 method for tTest
print(x, ...)

Value

prints the tTest object as a htest object.

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

Author

Mathijs Deen

Examples

Run this code
x1 <- QIDS$QIDS[QIDS$depression == "Yes"]
x2 <- QIDS$QIDS[QIDS$depression == "No"]
tt <- tTest(x1, x2)
print(tt)

Run the code above in your browser using DataLab