update.lm {base} | R Documentation |
Update a [G]LM Model
Description
.....
Usage
update.lm( lm.obj, formula, data, weights, subset, na.action)
update.glm(glm.obj, formula, data, weights, subset, na.action,
offset, family, x)
Arguments
[g]lm.obj |
result of The following arguments are all optional, and have the
identical meaning as the arguments of |
formula |
a |
data |
the |
weights |
observation weights. |
subset |
choose a subset of cases. |
na.action |
a function. what do to with |
offset |
see |
family |
|
x |
logical, should the |
Value
An object of the same class
as the original glm.obj
.
References
The “white book”.
See Also
update.formula
,
formula
,lm
,glm
.