dzim.fit: Fitter Function for Dynamic Zero-Inflated Models

Description Usage Arguments See Also

View source: R/dzim.R

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

1
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


ZIM documentation built on May 2, 2019, 7:01 a.m.