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
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
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
3 matches
Mail list logo