The R Project SVN R

Rev

Rev 61433 | Rev 68055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 62209
Line 20... Line 20...
20
     k = 2, trace = FALSE, \dots)
20
     k = 2, trace = FALSE, \dots)
21
 
21
 
22
\method{add1}{lm}(object, scope, scale = 0, test = c("none", "Chisq", "F"),
22
\method{add1}{lm}(object, scope, scale = 0, test = c("none", "Chisq", "F"),
23
     x = NULL, k = 2, \dots)
23
     x = NULL, k = 2, \dots)
24
 
24
 
-
 
25
\method{add1}{glm}(object, scope, scale = 0,
25
\method{add1}{glm}(object, scope, scale = 0, test = c("none", "Rao", "LRT", "Chisq", "F"),
26
     test = c("none", "Rao", "LRT", "Chisq", "F"),
26
     x = NULL, k = 2, \dots)
27
     x = NULL, k = 2, \dots)
27
 
28
 
28
drop1(object, scope, \dots)
29
drop1(object, scope, \dots)
29
 
30
 
30
\method{drop1}{default}(object, scope, scale = 0, test = c("none", "Chisq"),
31
\method{drop1}{default}(object, scope, scale = 0, test = c("none", "Chisq"),
31
      k = 2, trace = FALSE, \dots)
32
      k = 2, trace = FALSE, \dots)
32
 
33
 
33
\method{drop1}{lm}(object, scope, scale = 0, all.cols = TRUE,
34
\method{drop1}{lm}(object, scope, scale = 0, all.cols = TRUE,
34
      test = c("none", "Chisq", "F"), k = 2, \dots)
35
      test = c("none", "Chisq", "F"), k = 2, \dots)
35
 
36
 
-
 
37
\method{drop1}{glm}(object, scope, scale = 0,
36
\method{drop1}{glm}(object, scope, scale = 0, test = c("none", "Rao", "LRT", "Chisq", "F"),
38
      test = c("none", "Rao", "LRT", "Chisq", "F"),
37
      k = 2, \dots)
39
      k = 2, \dots)
38
}
40
}
39
\arguments{
41
\arguments{
40
  \item{object}{a fitted model object.}
42
  \item{object}{a fitted model object.}
41
  \item{scope}{a formula giving the terms to be considered for adding or
43
  \item{scope}{a formula giving the terms to be considered for adding or