Represents survival endpoints in clinical trials.
survEndp(
cenRate,
accrualTime = 0,
cenTime,
shape,
scale,
weights = c(0, 0),
maxcombo = FALSE
)
A S4
object representing
a survival endpoint in a clinical trial.
exponential censoring rate in a survival study.
duration of the accrual period in a survival study.
total duration of a survival study (maximum length of followup).
parameter of the Weibull distribution (must be positive)
parameter of the Weibull distribution (must be positive)
numeric specifying the weights used for the test. Unless specified an unweighted test is conducted.
logical specifying if the maxcombo test is used
The survEnd
function is a constructor function
for an S4 object of the class survEnd
representing
a survival endpoint in a clinical trial.
Compute exact or simulated type-I-error: assess
.
Other endpoint types:
expEndp
,
normEndp