Disclaimer: This blog site is intended solely for sharing of information. Comments are warmly welcome, but I make no warranties regarding the quality, content, completeness, suitability, adequacy, sequence, or accuracy of the information.
"RESOLVED, That our American Medical Association recognize obesity as a disease state with 24 multiple pathophysiological aspects requiring a range of interventions to advance obesity 25 treatment and prevention. (New HOD Policy - Resolution 420)" - 06/16/2013
Pepe Lab has some homemade software for biomarker/risk evaluation using Stata, SAS, R, SPSS, and even FORTRAN.
Stata: to install 'Risk Prediction Package' (predcurve and incrisk), in a Stata session type: ".net from http://labs.fhcrc.org/pepe/stata/" and follow the instruction.To update the risk_prediction package at a later time, in Stata type: ".adoupdate risk_prediction, update".
UCR posted SAS, Stata, and R codes for NRI & IDI on the website.
Multicollinearity Issue Multicollinearity happens when two or more predictor/independent variables/regressors are highly correlated. I have been discussed about this issue many times by colleagues and journal reviewers. Paul Allison has a blog of some rules of thumb: When Can You Safely Ignore Multicollinearity? Wikipedia also has a articleabout this issue. It's true this is issue theoretically, but based on my experience in public health of chronic diseases, if the selection of predictors based on the logic/knowledge behind the model but not dump everything in one model, this should not be an issue.
Do We Really Need Zero-Inflated Models? Source: Statistical Horizon blog by Paul Allison "... Of course, there are certainly situations where a zero-inflated model makes sense from the point of view of theory or common sense. For example, if the dependent variable is number of children ever born to a sample of 50-year-old women, it is reasonable to suppose that some women are biologically sterile. For these women, no variation on the predictor variables (whatever they might be) could change the expected number of children.
So next time you’re thinking about fitting a zero-inflated regression model, first consider whether a conventional negative binomial model might be good enough. Having a lot of zeros doesn’t necessarily mean that you need a zero-inflated model."