OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
130 stars 169 forks source link

Support Cox regression in Atlas Prediction #1020

Open jreps opened 5 years ago

jreps commented 5 years ago

Cox regression was recently added to the PatientLevelPrediction package (https://github.com/OHDSI/PatientLevelPrediction/blob/master/R/CoxModel.R) and it would be useful to include it into the Atlas interface. It has the same inputs as LassoLogisticRegression.

anthonysena commented 4 years ago

@olga-ganina - I can work with whomever is assigned to do this. It will require additions to the StandardizedAnalysisAPI to account for the new CoxModel class and those changes need to propagate to WebAPI and ATLAS.