| Line 88... |
Line 88... |
| 88 |
Models specified by \code{scope} can be templates to update
|
88 |
Models specified by \code{scope} can be templates to update
|
| 89 |
\code{object} as used by \code{\link{update.formula}}.
|
89 |
\code{object} as used by \code{\link{update.formula}}.
|
| 90 |
|
90 |
|
| 91 |
There is a potential problem in using \code{\link{glm}} fits with a
|
91 |
There is a potential problem in using \code{\link{glm}} fits with a
|
| 92 |
variable \code{scale}, as in that case the deviance is not simply
|
92 |
variable \code{scale}, as in that case the deviance is not simply
|
| 93 |
related to the maximized log-likelihood. The function
|
93 |
related to the maximized log-likelihood. The \code{"glm"} method for
|
| 94 |
\code{\link{extractAIC.glm}} makes the
|
94 |
function \code{\link{extractAIC}} makes the
|
| 95 |
appropriate adjustment for a \code{gaussian} family, but may need to be
|
95 |
appropriate adjustment for a \code{gaussian} family, but may need to be
|
| 96 |
amended for other cases. (The \code{binomial} and \code{poisson}
|
96 |
amended for other cases. (The \code{binomial} and \code{poisson}
|
| 97 |
families have fixed \code{scale} by default and do not correspond
|
97 |
families have fixed \code{scale} by default and do not correspond
|
| 98 |
to a particular maximum-likelihood problem for variable \code{scale}.)
|
98 |
to a particular maximum-likelihood problem for variable \code{scale}.)
|
| 99 |
}
|
99 |
}
|