RDMono | R Documentation |
Description to be supplied.
RDMono( X, Y, t.ind, C, mon.ind, C.l, C.u, method = c("mm", "adpt.L", "adpt.U"), se.method, se.init, alpha, N )
X |
a vector or a matrix of the running variables, with |
Y |
a vector of the outcome variable. |
t.ind |
a vector of treatment indicators, with |
C |
bound on the first derivative of the regression function; if |
mon.ind |
index for monotone variables, a subset of |
C.l |
lower bound for the Lipschitz constants to which the adaptive one-sided CI adapt to. |
C.u |
upper bound for the Lipschitz constants to which the adaptive one-sided CI adapt to. |
method |
type of confidence interval to be used. The options are:
|
se.method |
method for estimating the standard error of the estimate. (to be edited later) |
se.init |
method for estimating the initial variance for computing the optimal bandwidth. (to be edited later) |
alpha |
determines confidence level, |
N |
number of nearest neighbors to be used when "nn" is specified in |
Under development.
a list of following components
ci
Confidence interval
ht, hc
Bandwidths used for treated and control observations
print("under development")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.