Learn R Programming

COMPoissonReg (version 0.8.1)

get.offset: Construct values for offsets.

Description

Construct values for offsets.

Usage

get.offset(x = NULL, s = NULL, w = NULL)

Value

List of offset terms.

Arguments

x

Vector of offsets to go with X matrix.

s

Vector of offsets to go with S matrix.

w

Vector of offsets to go with W matrix.

Details

The default value NULL is interpreted as a vector of zeros. At least one component must be non-NULL so that the dimension can be determined.