R/Deprecated.R

## <entry>
## Deprecated in 2.5.0
tost.data <- function(x, null = 0, alpha = 0.05, Epsilon = 0.36, absolute = FALSE) {
    .Deprecated("tost")
    if (!absolute) stop("Relative intervals should use ptte, *not* tost.")
    tost(x, y=NULL, mu=null, alpha=alpha, epsilon=Epsilon)
}
## </entry>

Try the equivalence package in your browser

Any scripts or data that you put into this service are public.

equivalence documentation built on May 1, 2019, 9:15 p.m.