delta.optim.scqe2: Delta optimization method for 'scqe' 2 cohort, full data

Description Usage Arguments Value

View source: R/functions.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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.


chadhazlett/scqe documentation built on May 18, 2021, 1:32 a.m.