dzim.fit | R Documentation |
dzim.fit
is the basic computing engine called by dzim
used to fit
dynamic zero-inflated models. This should usually not be used directly unless by experienced users.
dzim.fit(y, X, offset = rep(0, n), control = dzim.control(...), ...)
y |
response variable. |
X |
design matrix. |
offset |
offset variable. |
control |
control arguments. |
... |
additional arguments. |
dzim
,
dzim.control
,
dzim.filter
,
dzim.smooth
,
dzim.sim
,
dzim.plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.