Create a right-censored event based on the minimum time to event among a collection of right-censored events. In the event of ties for censoring or outcome events, earlier inputs are given precedence over later inputs.
a collection of v_rcensored
objects.
either one of "strict"
or "min"
, or a postive scalar
value. In the case of "strict"
the inputs are assumed to all have the
same end_time
value (otherwise an error is thrown), and the end_time
of
the output object is the same as that of the inputs. In the case of
"min"
, the minimum end_time
value among all of the inputs is the taken
to be the end_time
of the output object. In the case of a positive scalar
input for new_end_time
, the end_time
of the output object is taken to
be the value of new_end_time
. Note that an error is thrown if the value
of new_end_time
is larger than the smallest end_time
value among the
inputs since this situation could result in faulty data.
the internal name of the variable
a context
A list
of descriptors
functions
appended to the default descriptors
.
A v_rcensored
object.