get.tte.trt.oc.df: Get TTE treatment effect OC curve data.frame

View source: R/get.tte.trt.oc.df.r

get.tte.trt.oc.dfR Documentation

Get TTE treatment effect OC curve data.frame

Description

Get time to event treatment oc data.frame

Usage

get.tte.trt.oc.df(
  m.con.prior = 10,
  m.trt.prior = 10,
  HR.prior = 0.8,
  ARatio = 0.5,
  m.obs = 50,
  HR.tv = 0.7,
  HR.lrv = 0.9,
  HR.lower = 0.3,
  HR.upper = 2,
  tau.tv = 0.1,
  tau.lrv = 0.8,
  tau.ng = 0.65
)

Arguments

m.con.prior

number of prior events for control

m.trt.prior

number of prior events for treamtent

HR.prior

HR estimate

ARatio

randomization ratio

m.obs

observed events

HR.tv

HR for Base TPP

HR.lrv

HR for Min TPP

HR.lower

Lower bound for OC curve

HR.upper

Upper bound for OC curve

tau.tv

threshold associated with Base TPP

tau.lrv

threshold associated with Min TPP

tau.ng

threshold associated with No-Go

Value

A data.frame is returned

Author(s)

Greg Cicconetti

Examples

my.tte.trt.oc.df <- get.tte.trt.oc.df()
my.tte.trt.oc.df

GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.