Simulate response from a model of class zipgam.

# S3 method for zipgam
simulate(object, nsim = 1, seed = NULL, ...)

Arguments

object

an object representing a fitted model of class zipgam.

nsim

number of response vectors to simulate. Defaults to 1.

seed

an object specifying if and how the random number generator should be initialized ('seeded').

...

additional optional arguments.