Description Usage Arguments Value See Also Examples
View source: R/summarize_extract.R
An accessor function used to extract the fitted values from a 'izip' object or a 'tsizip' object.
fitted.values
is an alias for fitted
.
1 2 3 4 5 |
object |
an object class 'izip' or 'tsizip' object, obtained from a call to |
... |
other arguments passed to or from other methods (currently unused). |
Fitted values mu
extracted from the object object
.
coef.izip, residuals.izip, glm.izip.
1 2 3 4 5 6 7 | data(bioChemists)
M_bioChem <- glm.izip(art ~ ., data = bioChemists)
fitted(M_bioChem)
data(arson)
M_arson <- tsglm.izip(arson ~ 1, past_mean_lags = 1, past_obs_lags = c(1, 2))
fitted.values(M_arson)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.