powered by
Cut Off Functions
cut_off_none()cut_off_after_first(time)cut_off_after_last(time)cut_off_after_events(n)
cut_off_after_first(time)
cut_off_after_last(time)
cut_off_after_events(n)
A DataSimCutOff object containing a cut-off function
DataSimCutOff
Time to cut off
Number of events
cut_off_none(): No cut off is specified
cut_off_none()
cut_off_after_first(): Cut off at time after first enrolled patient
cut_off_after_first()
time
cut_off_after_last(): Cut off at time after last enrolled patient
cut_off_after_last()
cut_off_after_events(): Cut off after the time of the n-th event
cut_off_after_events()
cut_off_none() cut_off_after_first(time = 36) cut_off_after_last(time = 36) cut_off_after_events(n = 20)
Run the code above in your browser using DataLab