chmod.poissonlog {cluscov} | R Documentation |
Regression - poissonlog class
Description
A poisson regression implementation for the "poissonlog" class. It uses glm
with the poisson link function set to "log"
Usage
## S3 method for class 'poissonlog'
chmod(object, ...)
Arguments
object |
a list of Y - outcome variable and X - design matrix of class "poissonlog" |
... |
additional parameters to be passed to |
Value
fitted model object
Examples
chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonlog"))
[Package cluscov version 1.1.0 Index]