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.
Thanks,
Dave
The source code is there so you can create a local copy with any
customizations you want, e.g.,
mycal <- calibrate.default (for every type except psm and cph)
modify mycal
Frank
_________________________________________________________________
Show them the way! Add maps and directions to your party invites.
[[alternative HTML version deleted]]
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
--
Frank E Harrell Jr Professor and Chair School of Medicine
Department of Biostatistics Vanderbilt University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.