avgHRExpOS {simIDM} | R Documentation |
Average OS Hazard Ratio from Constant Transition Hazards
Description
Average OS Hazard Ratio from Constant Transition Hazards
Usage
avgHRExpOS(transitionByArm, alpha = 0.5, upper = Inf)
Arguments
transitionByArm |
( |
alpha |
( |
upper |
( |
Value
This returns the value of the average hazard ratio.
Examples
transitionTrt <- exponential_transition(h01 = 0.18, h02 = 0.06, h12 = 0.17)
transitionCtl <- exponential_transition(h01 = 0.23, h02 = 0.07, h12 = 0.19)
transitionList <- list(transitionCtl, transitionTrt)
avgHRExpOS(transitionByArm = transitionList, alpha = 0.5, upper = 100)
[Package simIDM version 0.1.0 Index]