Keep values that are right censored
Created by: limnoliver
Modified parts of the Sample
clean up process so that it recognizes and keeps right-censored (e.g., ">") values. Per Survival
documentation, the solution I propose for this is to set the ConcLow to censoring level and ConcHigh to NA. ConcAve was calculated as 2*ConcLow for plotting purposes.
Note this does not solve plotting of right-censored values. For example, plotConcTime
may plot the censored values as left-censored, whereas the line segment should be drawn upwards instead of downwards. I was having a hard time understanding how censoredSegments
was implemented.