Description Usage Arguments See Also Examples
update
(i.e., update.izip
) will update and (by-default) re-fit a model. It is
identical to update
in the stats
package.
1 2 |
object |
an object class 'izip', obtained from a call to |
formula. |
changes to the existing formula in |
... |
other arguments passed to or from other methods (currently unused). |
evaluate |
logical; if |
glm.izip
, update.formula
, iziplrtest
.
1 2 3 4 5 6 7 8 9 10 | # To update the regression formula
data(bioChemist)
## Fit full model
M_bioChem.full <- glm.izip(art ~ ., data = bioChemists)
M_bioChem.full
## Dropping phd
M.bioChem.null <- update(M_bioChem.full, . ~ . - phd)
M.bioChem.null
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.