[R] gamlss question

2016-12-22 Thread George Trojan - NOAA Federal
What is the recommended way of accessing distribution parameters (mu, sigma, ...) from the model fit? The indention is to use those values in d/p/q/r calls. I came out with a wrapper gamlss_fit <- function(x, family) { fit <- gamlssML(x, family = family) mu <- fitted(fit, "mu")[1]

[R] GAMLSS Question

2011-03-19 Thread YAddo
Dear All: I have succeeded in fitting a GAMLSS.dist model to growth data I am working with it. My aim is to create a matrix of predicted percentiles and the corresponding the fitted model's sigma mu nu by agebins. Q: How do it generate these parameters as in L M S per Cole and Green 1992?

Re: [R] GAMLSS Question

2011-03-19 Thread Tóth Dénes
Hi, predictAll should do what you want. See ?predict.gamlss. HTH, Denes Dear All: I have succeeded in fitting a GAMLSS.dist model to growth data I am working with it. My aim is to create a matrix of predicted percentiles and the corresponding the fitted model's sigma mu nu by