| alr3-deprecated {alr3} | R Documentation |
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
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(...)
resplot(...)
residual.plots(...)
marginal.model.plot(...)
marginal.model.plots(...)
inf.index(...)
outlier.t.test(...)
Arguments
... |
pass arguments down. |
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.
[Package alr3 version 2.0.8 Index]