Closed HerrMo closed 5 years ago
Thanks for your interest. The first issue was due to an Infinite penalty, the second a genuine error. Both issues should now have been resolved. Please re-install GRridge using library(devtools) install_github("markvdwiel/GRridge")
Thank you very much, it is working now!
Hi,
I'm trying to get grridge working for survival data and encounter some problems when fitting the model and predicting new observation. Below you find reproducible examples. First of all, in Examples 1 and 2 there is exactly the same code to fit a GRridge model. The only thing that changes is the seed. Unfortunately, only Example 1 works, Example 2 fails and throws an error. Secondly, in Example 3, a model is fit with the same code as in Example 1, but then predicting new observations fails.
The data in the examples is generated randomly due to reproducibility, but I encounter the same problems when I use real data.
Any help would be highly appreciated. Thanks