chmod.gammalog: Regression - gammalog class

Description Usage Arguments Value Examples

Description

A gamma regression implementation for the "gammalog" class. It uses glm with the Gamma link function set to "log"

Usage

1
2
## 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

Value

fitted model object

Examples

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

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