survival
survival copied to clipboard
ridge function to preserve factor levels
Hi Terry,
Thank you for the survival package.
For consideration, I've updated the ridge function so that it maintains factor levels. This entailed using the model.matrix function on ridge covariates as compared to cbinding the covariates. Penalization is calculated as before.
The scripts and output below compare the difference when using the original vs updated ridge function.
originalRidgeOut.txt originalRidgeScript.txt updateRidgeOut.txt updateRidgeScript.txt
Kind regards,
Jonathan Chipman