powered by
This extracts the quantiles and parameters.
getQuantilesParams(fit.i, qFunc = qLOGNO, quantiles = seq(0.006, 0.996, length.out = 1000), linksq = c(identity, exp, NULL, NULL), freeParams, fixedParams)
a (non-empty) object of class gamlss, which is the fitted distribution.
a (non-empty) quantile generating function from gamlss.
an optional numeric vector of the desired quantiles.
a (non-empty) vector is link functions.
a (non-empty) logical vector inidicating whether parameters are fixed == FALSE or free == TRUE.
a (non-empty) numeric vector of fixed parameter values.
Returns a list with: samps = the quantiles extracted at the locations specified in quantiles and params = the parameter values of the fitted model.
Extracts the quantile and parameter estimates.
FIXME - references
# NOT RUN { #not run, this function is used internally # }
Run the code above in your browser using DataLab