Model of class gamlss

gamlss_2

Format

An object of class gamlss (inherits from gam, glm, lm) of length 51.

Examples

data(aids) gamlss(y ~ x + qrt, data = aids, family = NBI)
#> GAMLSS-RS iteration 1: Global Deviance = 492.7119 #> GAMLSS-RS iteration 2: Global Deviance = 492.6375 #> GAMLSS-RS iteration 3: Global Deviance = 492.6373
#> #> Family: c("NBI", "Negative Binomial type I") #> Fitting method: RS() #> #> Call: gamlss(formula = y ~ x + qrt, family = NBI, data = aids) #> #> Mu Coefficients: #> (Intercept) x qrt2 qrt3 qrt4 #> 2.88546 0.08743 -0.12038 0.11175 -0.07554 #> Sigma Coefficients: #> (Intercept) #> -1.603 #> #> Degrees of Freedom for the fit: 6 Residual Deg. of Freedom 39 #> Global Deviance: 492.637 #> AIC: 504.637 #> SBC: 515.477