Learn R Programming

GNGTools (version 1.0.0)

get.tte.ssize.oc.df: Get time to event sample size OC data.frame

Description

Get time to event sample size OC data.frame

Usage

get.tte.ssize.oc.df(
  m.con.prior = 10,
  m.trt.prior = 10,
  HR.prior = 0.75,
  ARatio = 1,
  m.obs = 50,
  m.lower = 40,
  m.upper = 120,
  HR.lrv = 0.75,
  HR.tv = 0.75,
  HR.user = 0.845,
  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 number of events

m.lower

lower bound on number of events

m.upper

upper bound on number of events

HR.lrv

Min TPP for HR

HR.tv

Base TPP for HR

HR.user

user's HR

tau.tv

threshold associated with Base TPP

tau.lrv

threshold associated with Min TPP

tau.ng

threshold associated with No-Go

Examples

Run this code
# \donttest{
my.tte.ssize.oc.df <- get.tte.ssize.oc.df()
my.tte.ssize.oc.df
# }

Run the code above in your browser using DataLab