Description Usage Arguments Value Examples
This function returns the scqe estimates and confidence intervals for the 1 cohort case when the user inputs only summary statistics.
| 1 2 3 4 5 6 7 8 9 10 11 | scqe.1csumm(
  untr_1C,
  Y_untr_1C,
  tr_1C,
  Y_tr_1C,
  delta,
  min_delta,
  max_delta,
  alpha = 0.05,
  ...
)
 | 
| untr_1C | Number of untreated individuals. | 
| Y_untr_1C | Outcome for untreated individuals. | 
| tr_1C | Number of treated individuals. | 
| Y_tr_1C | Outcome for treated individuals. | 
| delta | Single value or vector of possible values for change in average non-treatment outcome between cohorts (if applicable). | 
| min_delta | Minimum delta. Optional, not used if  | 
| max_delta | Maximum delta. Optional, not used if  | 
| alpha | Numeric alpha for confidence interval (default is alpha = 0.05). | 
| ... | Extra optional arguments. | 
scqe object of class "scqe." Returns results table for the 1 cohort, summary statistics case.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.