| ci.qte | R Documentation |
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
)
formla |
formula of the form |
xformla |
one-sided covariate formula. Default |
x |
ignored (deprecated argument). |
data |
data.frame. |
w |
sampling weight vector. Cannot be forwarded automatically;
use |
probs |
quantile grid. |
se |
ignored; bootstrap is always run in |
iters |
number of bootstrap iterations. |
alp |
significance level. |
method |
propensity score model. |
retEachIter |
ignored. |
printIter |
ignored. |
pl |
logical; whether to run bootstrap in parallel. |
cores |
number of cores. |
biters |
alias for |
cl |
alias for cores; takes precedence if supplied. |
A QTE object; same structure as unc_qte.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.