Professor Harrell,
Is it possible to get standard errors from the Predict
function in addition to the yhat
, ylower
, and yupper
values? Thanks.
Professor Harrell,
Is it possible to get standard errors from the Predict
function in addition to the yhat
, ylower
, and yupper
values? Thanks.
Questions like this go under datamethods.org/rms so I’ll remove this post. The answer is yes. Lower and upper confidence limits are computed by Predict
by default and you can compute SEs from those limits if you really want them.