predict.CoxGradientBoost.RdPredict from a CoxGradientBoost model
# S3 method for class 'CoxGradientBoost'
predict(object, newdata, type = "lp", times = NULL, M = NULL, ...)type = "lp" -> numeric vector (length n_new) type = "survival" -> matrix (n_new x length(times)) type = "cumhaz" -> matrix (n_new x length(times))