Deprecated. Use unc_qte instead.
ci.qte(
formla,
xformla = NULL,
x = NULL,
data,
w = NULL,
probs = seq(0.05, 0.95, 0.05),
se = TRUE,
iters = 100,
alp = 0.05,
method = "logit",
retEachIter = FALSE,
printIter = FALSE,
pl = FALSE,
cores = 2,
biters = NULL,
cl = NULL
)A QTE object; same structure as unc_qte.
formula of the form y ~ treatment.
one-sided covariate formula. Default NULL.
ignored (deprecated argument).
data.frame.
sampling weight vector. Cannot be forwarded automatically;
use weightsname in unc_qte instead.
quantile grid.
ignored; bootstrap is always run in unc_qte.
number of bootstrap iterations.
significance level.
propensity score model.
ignored.
ignored.
logical; whether to run bootstrap in parallel.
number of cores.
alias for iters; takes precedence if supplied.
alias for cores; takes precedence if supplied.