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