dzim.fit {ZIM} | R Documentation |
Fitter Function for Dynamic Zero-Inflated Models
Description
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.
Usage
dzim.fit(y, X, offset = rep(0, n), control = dzim.control(...), ...)
Arguments
y |
response variable. |
X |
design matrix. |
offset |
offset variable. |
control |
control arguments. |
... |
additional arguments. |
See Also
dzim
,
dzim.control
,
dzim.filter
,
dzim.smooth
,
dzim.sim
,
dzim.plot
[Package ZIM version 1.1.0 Index]