Description Usage Arguments Value Examples
Constructs a confidence interval for regression function value for Lipschitz space; it can be used to deal with both regression function value itself and difference between regression function values of treatment and control groups.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
y |
vector of dependent variables |
x |
a vector of regressors. |
point |
point where the regression function value would be evaluated |
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 |
se.method |
methods for estimating standard error of estimate; currently, only "resid" is supported. |
cv |
supplied value of critical value to be used in constructing confidence interval;
default is |
a vector of lower and upper ends of confidence interval, and a pair of bandwidths used for
the treatment and control groups; if TE = FALSE
, those two bandwidths have the same value.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.