chmod.gammalog function

Regression - gammalog class

Regression - gammalog class

A gamma regression implementation for the "gammalog" class. It uses glm

with the Gamma link function set to "log"

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

Arguments

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

Returns

fitted model object

Examples

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

Useful links