chmod.poissonidentity function

Regression - poissonidentity class

Regression - poissonidentity class

A poisson regression implementation for the "poissonidentity" class. It uses glm

with the poisson link function set to "identity"

## S3 method for class 'poissonidentity' chmod(object, ...)

Arguments

  • object: a list of Y - outcome variable and X - design matrix of class "poissonidentity"
  • ...: additional parameters to be passed to glm

Returns

fitted model object

Examples

chmod(c_chmod(Y=women$height,X=women$weight,modclass="poissonidentity"))
  • Maintainer: Emmanuel S Tsyawo
  • License: GPL-2
  • Last published: 2019-06-04

Useful links