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(...)
bctrans1(...)
lrt.bctrans(...)
resid.curv.test(...)
tukey.nonadd.test(...)
resplot(...)
residual.plots(...)
marginal.model.plot(...)
marginal.model.plots(...)
inf.index(...)
outlier.t.test(...)
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
.