-
Fixed
add_pvalue()reporting the Gray-test p-value for the wrong competing event when the outcome ordering fromtidycmprsk::tidy()andtidycmprsk::glance()differed. The p-value is now matched to the plotted outcome by name. (#277) -
Fixed
add_quantile()to use the midpoint of plateau segments when the curve plotted is flat at the requested quantile, consistent with results fromsurvival::quantile.survfit()(#270) -
Surv_CNSR()updated to accept values>= 1as censoring values (according to CDISC recommendation). (#271, @bundfussr)