delta.optim.scqe {scqe} | R Documentation |
Delta optimization method for scqe
1 cohort, summary statistics
Description
The print
method provides the critical values presented in the summary
method for scqe objects.
Usage
delta.optim.scqe(
Y_T0,
untreated,
Y_untreated,
treated,
Y_treated,
obj,
specified = NULL,
alpha = 0.05,
...
)
Arguments
Y_T0 |
Y |
untreated |
Number of untreated individuals. |
Y_untreated |
Outcome for untreated individuals. |
treated |
Number of treated individuals. |
Y_treated |
Outcome for treated individuals. |
obj |
scqe object. |
specified |
Specified optional arguments. |
alpha |
Numeric alpha for confidence intervals (default alpha = 0.05). |
... |
Extra optional arguments. |
Value
Optimal delta.
[Package scqe version 1.0.0 Index]