Re: [R] calibration plot labels

2010-08-15 Thread David Winsemius
On Aug 15, 2010, at 10:52 AM, paaventhan jeyaganth wrote: Dear all, when i do the calibration plot, Not a well defined operation i put the x label y label , there is some labels are i did not put it , like "resample optimism added ..." i want to get rid of the these label ,

[R] calibration plot labels

2010-08-15 Thread paaventhan jeyaganth
Dear all, when i do the calibration plot, i put the x label y label , there is some labels are i did not put it , like "resample optimism added ..." i want to get rid of the these label , is any body know how can i get rid of these label. these are the following command i used cal <

Re: [R] calibration plot

2009-05-05 Thread Liaw, Andy
I believe something like: scatter.smooth(est.prob, as.numeric(y == "level of interest")) would be close. You may want to use a larger span than default. Andy From: abbas tavassoli > > Hi, > I have a binary variable and corresponding predicted > probability (using > logistic regression on

Re: [R] calibration plot

2009-05-05 Thread Jorge Ivan Velez
Dear Abbas, Take a look at the results of require(Hmisc) require(Design) apropos("calibrate") ?calibrate ?plot.calibrate HTH, Jorge On Tue, May 5, 2009 at 9:41 AM, abbas tavassoli wrote: > Hi, > I have a binary variable and corresponding predicted probability (using > logistic regression on s

[R] calibration plot

2009-05-05 Thread abbas tavassoli
Hi, I have a binary variable and corresponding predicted probability (using logistic regression on some explanatoey variables); I want to check that the model is well-calibrated using a calibration plot. how can I have the calibration plot for my data? thanks. [[alternative HTM