Learn R Programming

equivalence (version 0.8.2)

print.tost: Print methods for TOST objects

Description

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

Usage

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

Value

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

Arguments

x

object of class '"tost"'

...

arguments to be passed to other functions.

Author

Andrew Robinson A.Robinson@ms.unimelb.edu.au

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