View source: R/conditional_func.R
quantile_dl | R Documentation |
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)
mod |
the model |
new.data |
the new data |
probs |
a numeric vector of pth quantiles |
se |
if confidence intervals needed (default = TRUE) |
A list containing the following components:
est |
a vector of estimated condtional quantiles |
lb |
a vector of estimated lower bounds of 95% confidence intervals |
ub |
a vector of estimated upper bounds of 95% confidence intervals |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.