gamlss.family
.
Other distributions can be easily added.
In the current implementation of GAMLSS several additive terms
have been implemented including regression splines, smoothing
splines, penalized splines, varying coefficients, fractional
polynomials and random effects. Other additive terms can be easily
added.data(abdom)
mod<-gamlss(y~pb(x),sigma.fo=~pb(x),family=BCT, data=abdom, method=mixed(1,20))
plot(mod)
rm(mod)
Run the code above in your browser using DataLab