Usage
survsplit(data, cut, end, event, start, id = NULL, zero = 0, episode = NULL,interval=NULL)
Arguments
cut
vector of timepoints to cut at.
end
character string with name of event time variable.
event
character string with name of censoring indicator.
start
character string with name of start variable (will be
created if it does not exist).
id
character string with name of new id variable to create
(optional).
zero
If start
doesn't already exist, this is the time
that the original records start. May be a vector or single value.
episode
character string with name of new episode variable (optional).
interval
this argument is used by max.lik
function