delta.optim.scqe.1cfull {scqe}R Documentation

Delta optimization method for scqe 1 cohort, full data

Description

The print method provides the critical values presented in the summary method for scqe objects.

Usage

delta.optim.scqe.1cfull(
  treatment,
  outcome,
  delta,
  obj,
  specified = NULL,
  alpha = 0.05,
  ...
)

Arguments

treatment

Binary or continuous vector corresponding (usually) to 0,1 (no treatment or treatment) for each observation.

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.

specified

Specified optional arguments.

alpha

Numeric alpha for confidence intervals (default alpha=.05).

...

Extra optional arguments.

Value

Optimal delta.


[Package scqe version 1.0.0 Index]