View source: R/level_set_functions.R
cate_lvl_set | R Documentation |
This function estimates the upper level set of the cate
cate_lvl_set(
theta,
cate.obj,
set_type = "upper",
se = TRUE,
B = 1000,
alpha = 0.05
)
theta |
the user-specified level |
cate.obj |
a list of predictions of the cate at v0, fitted cate values, residuals, design matrix at v0 and design matrix at oberved V. |
set_type |
string indicating if upper level set, lower level set or level set should be computed. Currently ignored. |
se |
boolean for whether confidence sets should be returned. |
B |
number of bootstrap replications, ignored if se = FALSE. |
alpha |
1-confidence level, ignored if se = FALSE. |
a list containing the following components:
level_set |
the estimated level sets |
chat.l |
lower confidence set |
chat.u |
upper confidence set |
cutoff |
cutoff from multiplier bootstrap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.