Skip to content
Prev 260165 / 398502 Next

can not use plot.Predict {rms} reproduce figure 7.8 from Regression Modeling Strategies (http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RmS/course2.pdf)

I converted code using the Design package to be what rms expects but hadn't
bothered to re-run the code.  For the first note you sent, you can
attach(counties) (or better: use with(counties) inside the show.pts
function.  But I'm getting a warning I'll need to track down before it works
100%:

Warning messages:
1: In income - income.pt :
  longer object length is not a multiple of shorter object length
2: In income - income.pt :
  longer object length is not a multiple of shorter object length
3: In income - income.pt :
  longer object length is not a multiple of shorter object length
4: In income - income.pt :
  longer object length is not a multiple of shorter object length

For the nomogram call that needs to be re-worked.  The documentation to
nomogram in rms is pretty clear how to proceed.  Sorry about the problems. 
Note that you don't need windows().
Frank
John Smith-89 wrote:
-----
Frank Harrell
Department of Biostatistics, Vanderbilt University
--
View this message in context: http://r.789695.n4.nabble.com/can-not-use-plot-Predict-rms-reproduce-figure-7-8-from-Regression-Modeling-Strategies-http-biostat-m-tp3530561p3531488.html
Sent from the R help mailing list archive at Nabble.com.