alr3-deprecated: Deprecated Functions in the alr3 Package
Description
These functions are provided for compatibility with older versions of alr3 only, and
may be removed eventually.Usage
sigma.hat(...)
conf.intervals(...)
boot.case(...)
pure.error.anova(...)
delta.method(...)
powtran(...)
inv.tran.plot(...)
inv.tran.estimate(...)
inverse.response.plot(...)
inv.res.plot(...)
bctrans(...)
lrt.bctrans(...)
resid.curv.test(...)
tukey.nonadd.test(...)
resplot(...)
residual.plots(...)
marginal.model.plot(...)
marginal.model.plots(...)
inf.index(...)
outlier.t.test(...)
Details
random.lin.comb
pure.error.anova
are now synonyms for
sigmaHat
, randomLinComb
and pureErrorAnova
, all of
which are still part of the alr3 package.
conf.intervals
is a synonym for confint
in the stats package.
All the remaining functions now shadow newer functions in
the car package. In several cases, the arguments to the function
have changed as well, and so there is no guarantee that any
of these will work as expected. Please substitute the corresponding
function from car
.