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

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

get.tte.ssize.oc.dfR Documentation

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
)

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

Value

A data frame is returned

Examples


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


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