| Line 28... |
Line 28... |
| 28 |
\item{\dots}{potentially further arguments passed to and from
|
28 |
\item{\dots}{potentially further arguments passed to and from
|
| 29 |
methods. Passed to \code{\link{deviance}(*, ...)} for the default method.}
|
29 |
methods. Passed to \code{\link{deviance}(*, ...)} for the default method.}
|
| 30 |
}
|
30 |
}
|
| 31 |
\details{
|
31 |
\details{
|
| 32 |
The \pkg{stats} package provides the S3 generic, a default method,
|
32 |
The \pkg{stats} package provides the S3 generic, a default method,
|
| 33 |
and a method for objects of class "glm".
|
33 |
and a method for objects of class \code{"glm"}.
|
| 34 |
The default method is correct typically for (asymptotically / approximately)
|
34 |
The default method is correct typically for (asymptotically / approximately)
|
| 35 |
generalized gaussian (\dQuote{least squares}) problems, since it is
|
35 |
generalized gaussian (\dQuote{least squares}) problems, since it is
|
| 36 |
defined as
|
36 |
defined as
|
| 37 |
\preformatted{
|
37 |
\preformatted{
|
| 38 |
sigma.default <- function (object, use.fallback = TRUE, ...)
|
38 |
sigma.default <- function (object, use.fallback = TRUE, ...)
|