quantile_dl {multipleDL} | R Documentation |
Calculate conditional quantiles
Description
This functions calculates the conditional weighted quantiles based on the fitted model and new data.
Usage
quantile_dl(mod, new.data, probs = 0.5, se = TRUE)
Arguments
mod |
the model |
new.data |
the new data |
probs |
a numeric vector of pth quantiles |
se |
if confidence intervals needed (default = TRUE) |
Value
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 |
[Package multipleDL version 1.0.0 Index]