get.modelmatrix {COMPoissonReg} | R Documentation |
Construct model matrices and offsets for CMP/ZICMP regression
Description
Construct model matrices and offsets for CMP/ZICMP regression
Usage
get.modelmatrix(X = NULL, S = NULL, W = NULL, offset = NULL)
Arguments
X |
An |
S |
An |
W |
A |
offset |
An offset object. See helper function get.offset. |
Value
List of model matrix terms.
[Package COMPoissonReg version 0.8.1 Index]