| CI.gen | R Documentation |
Generates a confidence interval according to a given method.
CI.gen(
CI.method = c("mm.smallC", "mm.largeC", "RDH", "adpt", "RDR", "RDR.L", "adpt.one"),
xt,
xc,
yt,
yc,
sig.t,
sig.c,
spec.etc,
C.one
)
CI.method |
method name used to generate the confidence interval. |
xt |
running variable values for the treated. |
xc |
running variable values for the control. |
yt |
outcome variable values for the treated. |
yc |
outcome variable values for the control. |
sig.t |
standard deviations for the treated. |
sig.c |
standard deviations for the control. |
spec.etc |
list of other specification parameters. |
C.one |
a single Lipschitz coefficient to adapt to;
needed for |
This is used for MC simulations.
lower and upper ends of a CI, returned as a list
(ci.l and ci.u).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.