Learn R Programming

equivalence (version 0.7.2)

print.tost: Print methods for TOST objects

Description

Printing objects of class '"tost"' by simple 'print' methods.

Usage

"print"(x, ...)

Arguments

x
object of class '"tost"'
...
arguments to be passed to other functions.

Value

the argument 'x', invisibly, as for all 'print' methods.

Details

The function inherits infrastructure from R's print.htest, so a number of elements have been copied from the help file of that function.

See Also

tost

Examples

Run this code
data(ufc)
tost(ufc$Height.m.p, ufc$Height.m, epsilon = 1, paired = TRUE)

Run the code above in your browser using DataLab