chmod.poissonsqrt: Regression - poissonsqrt class

Description Usage Arguments Value Examples

Description

A poisson regression implementation for the "poissonsqrt" class. It uses glm with the poisson link function set to "sqrt"

Usage

1
2
## S3 method for class 'poissonsqrt'
chmod(object, ...)

Arguments

object

a list of Y - outcome variable and X - design matrix of class "poissonsqrt"

...

additional parameters to be passed to glm

Value

fitted model object

Examples

1
chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonsqrt"))

cluscov documentation built on June 4, 2019, 5:04 p.m.