Hi everyone, I have tried to produce a table with reclassification (continuous NRI, p value) using the reclassification() function in the PredictABEL package. My problem is that I can only get the results printed on the screen, rather than stored in an object (as when doing a regular regression), and thus need to do a lot of manual copy-paste. Also, it seems that I end up with "0" when the p-value is more significant than 10^-6. copied from screen: NRI(Continuous) [95% CI]: 0.3487 [ 0.2701 - 0.4274 ] ; p-value: 0 Any piece of advise would be highly appreciated. Thanks! /Joel -- View this message in context: http://r.789695.n4.nabble.com/reclassification-function-tp4650851.html Sent from the R help mailing list archive at Nabble.com.
reclassification function
2 messages · Joele, David Winsemius
2 days later
On Nov 26, 2012, at 9:25 AM, Joele wrote:
Hi everyone, I have tried to produce a table with reclassification (continuous NRI, p value) using the reclassification() function in the PredictABEL package. My problem is that I can only get the results printed on the screen, rather than stored in an object (as when doing a regular regression)
Huh? ............. Got code? (Also look at ?capture.output if there is no object returned from whatever unnamed process you have conducted.)
, and thus need to do a lot of manual copy-paste. Also, it seems that I end up with "0" whenthe p-value is more significant than 10^-6.
Please tell us in what degree you feel 0 is materially different than 10^-6 when discussing p-values.
copied from screen: NRI(Continuous) [95% CI]: 0.3487 [ 0.2701 - 0.4274 ] ; p-value: 0 Any piece of advise would be highly appreciated. Thanks! /Joel
David Winsemius, MD Alameda, CA, USA