This functions calculates the conditional weighted quantiles based on the fitted model and new data.
quantile_dl(mod, new.data, probs = 0.5, se = TRUE)A list containing the following components:
a vector of estimated condtional quantiles
a vector of estimated lower bounds of 95% confidence intervals
a vector of estimated upper bounds of 95% confidence intervals
the model
the new data
a numeric vector of pth quantiles
if confidence intervals needed (default = TRUE)