delta.optim.scqe2 {scqe} | R Documentation |
Delta optimization method for scqe
2 cohort, full data
Description
The print
method provides the critical values presented in the summary
method for scqe objects.
Usage
delta.optim.scqe2(
post,
treatment,
outcome,
delta,
obj,
alpha = 0.05,
specified = NULL,
...
)
Arguments
post |
Binary vector corresponding to T=0,1 for each observation. |
treatment |
Binary or continuous vector corresponding (usually) to 0,1. |
outcome |
Continuous vector representing the outcome for each observation |
delta |
Single value or vector of possible values for change in average non-treatment outcome between cohorts (if applicable). |
obj |
scqe object. |
alpha |
Numeric alpha for confidence intervals (default alpha=.05). |
specified |
Specified optional arguments. |
... |
Extra optional arguments. |
Value
Optimal delta.
[Package scqe version 1.0.0 Index]