Description Usage Arguments Value Examples
Computes optimal weights and bandwidths for inference for nonparametric regression function values under Lipschitz space.
1 2 3 4 5 6 7 8 9 10 11 |
y |
vector of dependent variables |
x |
a vector of regressors. |
eval |
evaluation points |
C |
bound on the second derivative |
level |
confidence level of each one-sided confidence intervals |
TE |
logical specifying whether there are treatment and control groups. |
d |
a vector of indicator variables specifying treatment and control group status;
relevant only when |
kern |
a string for kernel name; currently |
bw.eq |
if |
a matrix of weights with each column corresponding to weights for each evaluation points,
or if TE = TRUE
, a list of two such matrices, with w.mat.1
corresponding to that of the
treated group and w.mat.0
corresponding to that of the control group.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.