chmod.gammalog {cluscov}R Documentation

Regression - gammalog class

Description

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

Usage

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

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

[Package cluscov version 1.1.0 Index]