Is it possible to change the x-axis on a smoothed scaled Schoenfeld residual plot with the argument transform = “km” in R?
As the title says, coding wise in R, is it possible to change the x-axis on the residual plot? Meaning, changing what numbers to show on the axis with certain intervals, like this axis(side = 1, at = seq(0,50, by=5))
I have noticed that it’s only possible with transform="identity"
, but Im not able to change the axis with the default transform="km"