| EventProbabilities | R Documentation |
Class for the definition of event probabilities.
EventProbabilities is a class for the definition of event probabilities.
timeThe time values. Is a numeric vector.
accrualTimeThe assumed accrual time intervals for the study. Is a numeric vector.
accrualIntensityThe absolute accrual intensities. Is a numeric vector of length kMax.
kappaThe shape of the Weibull distribution if kappa!=1. Is a numeric vector of length 1.
piecewiseSurvivalTimeThe time intervals for the piecewise definition of the exponential survival time cumulative distribution function. Is a numeric vector.
lambda1The assumed hazard rate in the treatment group. Is a numeric vector of length kMax.
lambda2The assumed hazard rate in the reference group. Is a numeric vector of length 1.
allocationRatioPlannedThe planned allocation ratio (n1 / n2) for the groups. For multi-arm designs, it is the allocation ratio relating the active arm(s) to the control. Is a positive numeric vector of length 1.
hazardRatioThe hazard ratios under consideration. Is a numeric vector of length kMax.
dropoutRate1The assumed drop-out rate in the treatment group. Is a numeric vector of length 1 containing a value between 0 and 1.
dropoutRate2The assumed drop-out rate in the control group. Is a numeric vector of length 1 containing a value between 0 and 1.
dropoutTimeThe assumed time for drop-out rates in the control and treatment group. Is a numeric vector of length 1.
maxNumberOfSubjectsThe maximum number of subjects for power calculations. Is a numeric vector.
overallEventProbabilitiesDeprecated field which will be removed in one of the next releases. Use cumulativeEventProbabilities instead.
cumulativeEventProbabilitiesThe cumulative event probabilities in survival designs. Is a numeric vector.
eventProbabilities1The event probabilities in treatment group 1. Is a numeric vector.
eventProbabilities2The event probabilities in treatment group 2. Is a numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.