alr3-deprecated: Deprecated Functions in the alr3 Package

Description Usage Arguments Details

Description

These functions are provided for compatibility with older versions of alr3 only, and may be removed eventually.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

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.


alr3 documentation built on May 2, 2019, 5:20 p.m.

Related to alr3-deprecated in alr3...