zimsm_fit.control: Control of fitting parameters for zero inflated MSMs

View source: R/base_zi.R

zimsm_fit.controlR 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


qgcomp documentation built on Aug. 10, 2023, 5:07 p.m.