print.tTest {MDMA} | R Documentation |
Print t test
Description
Print the output of a t test.
Usage
## S3 method for class 'tTest'
print(x, ...)
Arguments
x |
an object used to select a method. |
... |
further arguments passed to or from other methods. |
Value
prints the tTest
object as a htest
object.
Author(s)
Mathijs Deen
Examples
x1 <- QIDS$QIDS[QIDS$depression == "Yes"]
x2 <- QIDS$QIDS[QIDS$depression == "No"]
tt <- tTest(x1, x2)
print(tt)
[Package MDMA version 1.1.0 Index]