quantile_dl: Calculate conditional quantiles

View source: R/conditional_func.R

quantile_dlR 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


multipleDL documentation built on Nov. 24, 2023, 5:10 p.m.