Usage
centiles.com(obj, ..., xvar = NULL, cent = c(0.4, 10, 50, 90, 99.6),
legend = TRUE, ylab = "y", xlab = "x", xleg = min(xvar),
yleg = max(obj$y), xlim = range(xvar), ylim = NULL,
no.data = FALSE, color = TRUE, main = NULL, plot = TRUE)
Arguments
obj
a fitted gamlss object from fitting a gamlss continuous distribution
...
optionally more fitted GAMLSS model objects
xvar
the unique explanatory variable
cent
a vector with elements the % centile values for which the centile curves have to be evaluated
legend
whether a legend is required in the plot or not, the default is legent=TRUE
xleg
position of the legend in the x-axis
yleg
position of the legend in the y-axis
xlim
the limits of the x-axis
ylim
the limits of the y-axis
no.data
whether the data should plotted, default no.data=FALSE
or not no.data=TRUE
color
whether the fitted centiles are shown in colour, color=TRUE
(the default) or not
color=FALSE
plot
whether to plot the centiles