Skip to content
Prev 374721 / 398513 Next

Nelson-Aalen Estimator in R: Error Message

Hard to tell from the info you are giving us. I assume this regards the "mice" package?

One way to proceed is to set options(error=recover) which will dump you into the browser() environment when the error occurs and you can oka around and see what the value of variables was at the point of the error. This could give you a clue about what is going on.

-pd