equivalence-deprecated {equivalence}R Documentation

Deprecated Functions in Equivalence package

Description

These functions are provided for compatibility with older versions of R only, and may be defunct as soon as the next release.

Usage

tost.data(x, null = 0, alpha = 0.05, Epsilon = 0.36, absolute = FALSE)

Arguments

x the sample of paired differences
null the value of the parameter in the null hypothesis
alpha test size
Epsilon magnitude of region of similarity
absolute choose units: absolute (TRUE) or relative to the standard deviation (FALSE).

Details

The original help page for these functions is available at help("oldName-deprecated") (note the quotes). Functions in packages other than the base package are listed in help("pkg-deprecated").

tost.data is superceded by tost.

See Also

Deprecated


[Package equivalence version 0.5.5 Index]