I am using example code from gamlss package to draw percentile curves:
library(gamlss)
data(abdom)
lms(y,x , data=abdom, n.cyc=30)
It is drawing its own set of percentile curves. How can I choose to draw only 10th, 50th and 90th percentile curves? Also I want to avoid plotting of points so that only curves are drawn. Thanks for your help.
It's always a good idea to read the help pages: