Re: [Rd] predict()

2011-04-15 Thread Terry Therneau
An addition to my prior post: my option 3 is not as attractive as I thought. In several cases predict.coxph needs to reconstruct the original data frame, for things that were not saved in the coxph object. The half dozen lines to redo the orignal call with the same data, na.action, etc options

Re: [Rd] predict()

2011-04-15 Thread Terry Therneau
On Fri, 2011-04-15 at 09:10 +0200, peter dalgaard wrote: > I couldn't reproduce it from Terry's description either, but there > _is_ an issue which parallels the I'll start with an apology: as a first guess to understand the problem with predict.coxph I tried something parallel to Ivo's exam

Re: [Rd] Predict function npindex and npindexbw (PR#13695)

2009-05-11 Thread Peter Dalgaard
maxime...@ensae.fr wrote: Full_Name: Maxime To Version: 2.9 OS: WIndows Submission from: (NULL) (81.57.236.122) I am using the npindex and npindexbw fubctions of the NP package. I would like to compute the predicted values of the model and tried to use the predict function for this purpose but