"extractRoot"(object, root=1, ...)
"wle.glm"
, usually, a result of a
call to wle.glm
.extract.wle.glm
returns an object of class "extract.wle.glm.root"
, a (variable length) list
containing at least the following components:NA
.family
object used.deviance
. The null model will include the offset, and an
intercept if there is one in the model. Note that this will be
incorrect if the link function depends on the data other than
through the fitted mean: specify a zero offset to force a correct
calculation.1
s if none were.y
vector
used. (It is a vector even for a binomial model.)TRUE
asymptotic weight based on Anscombe residual is used for the corresponding observation.qr
,
R
, qraux
, pivot
and effects
relating to the final weighted linear fit.family
object used.terms
object used.data argument
.control
argument used."wle.glm.fit"
.max.iter
(defined using wle.glm.control
) iterations are reached.model.frame
on the special handling of NA
s.binomial
wle.glm
model was specified by
giving a two-column response, the weights returned by
prior.weights
are
the total numbers of cases (factored by the supplied case weights) and
the component y
of the result is the proportion of successes.
anova.wle.glm.root
## --- Continuing the Example from '?wle.glm':
anova(extractRoot(wle.glm.D93))
Run the code above in your browser using DataLab