powered by
A gamma regression implementation for the "gammainverse" class. It uses glm with the Gamma link function set to "inverse"
glm
# S3 method for gammainverse chmod(object, ...)
a list of Y - outcome variable and X - design matrix of class "probit"
additional parameters to be passed to glm
fitted model object
# NOT RUN { chmod(c_chmod(Y=women$height,X=women$weight,modclass="gammainverse")) # }
Run the code above in your browser using DataLab