simulation-glm-method: Simulation for a Generalized Linear Model regression

simulation,glm-methodR Documentation

Simulation for a Generalized Linear Model regression

Description

simulation method for class IbGlm

Usage

## S4 method for signature 'glm'
simulation(object, control = list(...), extra = NULL, ...)

Arguments

object

an object of class IbGlm

control

a list of parameters for controlling the iterative procedure (see ibControl).

extra

NULL by default; extra parameters to pass to simulation.

...

further arguments


ib documentation built on April 5, 2022, 1:13 a.m.

Related to simulation-glm-method in ib...