# S3 method for tTest
summary(object, rnd = 3L, ...)
Value
summary.htest returns a typical APA-like output (without italics) for a t-test.
Arguments
object
object of class htest (i.e., the result of mdma::tTest or stats::t.test).
rnd
number of decimal places. Should have length 1 or 3. One value specifies the rounding
value for the degrees of freedom, t statistic and p value all at once, while specifying three values
gives the rounding values for the three statistics respectively.
...
other arguments of the summary generic (none are used).