On Jul 31, 2012, at 9:01 AM, B787s wrote:

Dear R-Help,

I am using 'rms' package to draw nomogram. I wonder how is the "Points"
determined for each predictor in the model? Is it by the coefficient
estimate (beta) relative to the highest effect in the model or?

It would be better if you asked this question about a specific example because the rms package has many sorts of regression fit-objects for which nomogram will provide results. The linear predictor in a regression method will have contributions from each of the terms, so I would have said that the variate scales were being displayed relative to the mean values rather than relative to the "highest effect" ... what ever that term means to you.

The upper portion of a nomogram is used to calculate "Points", while the lower portion is used to calculate probability of event by transforming from the linear predictor scale to the response scale. A unit-increment in "Points" displayed by 'plot.nomogram' for one variate will be related to a unit increment of another variate by the ratios of their coefficients.


Thanks
Lin



David Winsemius, MD
Alameda, CA, USA

______________________________________________
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.

Reply via email to