chmod.gammalog.Rd
A gamma regression implementation for the "gammalog" class. It uses glm
with the Gamma link function set to "log"
# S3 method for 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
#> #> Call: stats::glm(formula = object$Y ~ ., family = fam, data = dat) #> #> Coefficients: #> (Intercept) object.X #> 3.567952 0.004419 #> #> Degrees of Freedom: 14 Total (i.e. Null); 13 Residual #> Null Deviance: 0.06654 #> Residual Deviance: 0.001014 AIC: 29.7