print.tost {equivalence}R Documentation

Print methods for TOST objects

Description

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

Usage

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

Arguments

x

object of class '"tost"'

...

arguments to be passed to other functions.

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.

Value

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

Author(s)

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

See Also

tost

Examples

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

[Package equivalence version 0.7.2 Index]