getsurv gets the associated survival values.
The MLE is not uniquely defined for times inbetween the first and second row on the
same column of the intmap.
If there is not
a unique MLE for a specific time, then either use,
interpolation: (default), which basically finds the point on the line connecting
the two points bounding the non-unique MLE interval, or,
left: take the left side of the non-unique MLE interval (smallest value) or,
right: take the right side of the non-unique MLE interval. The LRin attribute is ignored (see warning).
If icfit has more than one strata, then performs the operations on each
stratum.getsurv(times, icfit, nonUMLE.method = "interpolation")getsurv function does not use LRin attributes, so values exactly on the
intmap values may only represent the limit approaching that value, not the survival at that value.