chmod.gammainverse {cluscov} | R Documentation |
Regression - gammainverse class
Description
A gamma regression implementation for the "gammainverse" class. It uses glm
with the Gamma link function set to "inverse"
Usage
## S3 method for class 'gammainverse'
chmod(object, ...)
Arguments
object |
a list of Y - outcome variable and X - design matrix of class "probit" |
... |
additional parameters to be passed to |
Value
fitted model object
Examples
chmod(c_chmod(Y=women$height,X=women$weight,modclass="gammainverse"))
[Package cluscov version 1.1.0 Index]