get.offset {COMPoissonReg} | R Documentation |
Construct values for offsets.
Description
Construct values for offsets.
Usage
get.offset(x = NULL, s = NULL, w = NULL)
Arguments
x |
Vector of offsets to go with |
s |
Vector of offsets to go with |
w |
Vector of offsets to go with |
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.
Value
List of offset terms.
[Package COMPoissonReg version 0.8.1 Index]