delta.optim.scqe.1cfull: Delta optimization method for 'scqe' 1 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
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.


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