Learn R Programming

trajeR (version 1.0)

data_ZIP: Simulated ZIP Dataset

Description

This dataset is a simulated dataset for use with the trajeR.ZIP function, which is an internal function to fit Zero-Inflated Poisson trajectory models. This dataset is likely used to demonstrate the functionality of the trajeR.ZIP model.

The ZIP model is appropriate for count data that has an excess of zero observations, often found in fields like public health or ecology.

Usage

data_ZIP

Arguments

Format

Expected to be a data format compatible with the trajeR.ZIP function, typically matrices for the response variable (Y), time variable (A), and potentially covariates (X, TCOV).