Skip to content
Prev 270859 / 398498 Next

calibrate.cph plots

On Sep 6, 2011, at 5:16 PM, Salvo Mac wrote:

            
You may be confused. `calibrate.cph` does not do plotting. There is a  
`plot.calibrate` function and a `plot.calibrate.default` function.  
Looking at the code you can see that the legend= argument is checked  
before the legend is created by `plot.calibrate.default`.

  plot(cal, legend=FALSE)

# which works for calibrate on an lrm model.
# But ... there are no legends in plot.calibrate done on cph fits.

So do you mean the subtitles? If so, then this works:

  plot(cal, subtitles=FALSE)
David Winsemius, MD
West Hartford, CT