2.0.3

2.0.2

October 2024

Patch code in support of plotting (R/utils_fit_models.R)

geom_step(data = datakm, aes(x = time, y = S, group=as.factor(strata)),
                color="darkgrey") + 
      geom_ribbon(data = datakm,
                  aes(x = time, y = S, ymin=lower, ymax=upper, group=as.factor(strata)),
                  alpha = 0.2) 

with

geom_step(data = datakm, aes(x = time, y = S, group=as.factor(strata:object_name)),
                color="darkgrey") + 
      geom_ribbon(data = datakm,
                  aes(x = time, y = S, ymin=lower, ymax=upper, group=as.factor(strata:object_name)),
                  alpha = 0.2) 

This means that when plotting two or more survHE objects, the KM is added and displayed correctly

September 2024

2.0.1

November 2022

2.0

April 2022

January 2022

1.1.4

September 2021

1.1.3

June 2021