JuliaStats / Survival.jl

Survival analysis in Julia
MIT License
73 stars 23 forks source link

use fitted cox model on different predictors? #29

Open mkarikom opened 3 years ago

mkarikom commented 3 years ago

Is it possible to fit a cox model given a set of predictors M and patients Y, then get the partial likelihood of the fitted model on a vector of predictors m_new and survival y_new from a new patient?