jguski

Results 7 comments of jguski

Hello, Thanks for your reply. It would of course be no problem to change the code and file a pull request. However, I am also not sure at this point...

So I did some research and came across the [`boot` library](https://cran.r-project.org/web/packages/boot/boot.pdf), which implements the methods from [this book](https://github.com/Johnnyboycurtis/TSI/blob/master/doc/Davison%2C%20Hinkley%20-Bootstrap%20Methods%20and%20their%20Application.pdf) and seems to be the go-to library for bootstrapping in R. They...

Okay, that sounds like a good idea. It would be great if you could keep me posted if you decide to change or not to change anything in your code...

Hello Thomas, Thank you for the quick reply and sorry for not providing code. This is a code snippet that reproduces my problem: ''' library(riskRegression) library(survival) library(rms) library(prodlim) library(data.table) n

Thank you so much! I am really curious to learn what is behind this.

Dear Brice, Thank you very much for the insights and your suggestion. I've actually tested a similar idea, quantile-based discretization of event times. This makes the model a bit more...

Great, thank you for your efforts! It is now working with my example code.