chmod.gammalog {cluscov} | R Documentation |
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, ...)
object |
a list of Y - outcome variable and X - design matrix of class "probit" |
... |
additional parameters to be passed to |
fitted model object
chmod(c_chmod(Y=women$height,X=women$weight,modclass="gammalog"))