Re: [R] calibration curve options

2009-06-09 Thread Frank E Harrell Jr
David A.G wrote: Hi R-users, can anyone explain me how to play around with the options of the bootstrap calibration curve obtained using the calibrate() function in Design package? I am trying to colour the diagonal, i.e. the ideal curve, in red, and also hide the bias-corrected curve. Thank

Re: [R] calibration curve options

2009-06-09 Thread David Winsemius
It's rather simple to get the code and add modifications. You wanted the dashed line to be red? (To find out what the underlying function name is, you use methods(plot): The dashed ideal line plotting function is not set up to accept parameters. so you need to alter the code. Use this as a

[R] calibration curve options

2009-06-09 Thread David A.G
Hi R-users, can anyone explain me how to play around with the options of the bootstrap calibration curve obtained using the calibrate() function in Design package? I am trying to colour the diagonal, i.e. the ideal curve, in red, and also hide the bias-corrected curve. Thanks, Dave