ts=TRUE then the first two plots are replaced by the autocorrelation function (ACF) and partial autocorrelation function (PACF)
of the residuals## S3 method for class 'gamlss':
plot(x, xvar = NULL, parameters = NULL, ts = FALSE,
summaries = TRUE, ...)summary=Tresiduals) of a fitted GAMLSS object.
Randomization is only performed for discrete response variables. The four plots are
ts=TRUE)ts=TRUE)ts=TRUE can be used to plot the ACF and PACF functions of the residuals.gamlssdata(aids)
a<-gamlss(y~pb(x)+qrt,family=PO,data=aids)
plot(a)
rm(a)Run the code above in your browser using DataLab