zimsm_fit.control {qgcomp} | R Documentation |
Control of fitting parameters for zero inflated MSMs
Description
this is an internal function called by
qgcomp.zi.boot
, but is documented here for clarity.
Generally, users will not need to call this function directly.
Usage
zimsm_fit.control(predmethod = c("components", "catprobs"))
Arguments
predmethod |
character in c("components", "catprobs"). "components" simulates from the model parameters directly while "catprobs" simulates outcomes from the category specific probabilities, which is output from predict.zeroinfl. The former is slightly more flexible and stable, but the latter is preferred in zero inflated negative bionomial models. |
Details
Provides fine control over zero inflated MSM fitting
[Package qgcomp version 2.15.2 Index]