Learn R Programming

GNGTools (version 1.0.0)

get.tte.trt.oc.df: 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
)

Value

A data.frame is returned

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

Author

Greg Cicconetti

Examples

Run this code
my.tte.trt.oc.df <- get.tte.trt.oc.df()
my.tte.trt.oc.df

Run the code above in your browser using DataLab