NEWS


survHE 2.0.4

survHE 2.0.3 (2025-03-03)

survHE 2.0.2 (2024-10-04)

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

survHE 2.0.1 (2023-03-19)

November 2022

survHE 2.0

April 2022

January 2022

survHE 1.1.4

September 2021

survHE 1.1.3

June 2021