colabobio / Lassa_randomized_data

0 stars 0 forks source link

Implement model validation #2

Open codeanticode opened 3 years ago

codeanticode commented 3 years ago

The prognostic model presented in the 2018 TLID paper is a very simply logistic regression model with the following predictors:

Intercept = -8.540674959 Age = 0.043498988 Severe CNS = 1.011961038 Bleeding = 0.898388975 Jaundice = 2.029453703 AST = 0.002990266 Cr = 0.146072204 K = 0.923083855

We need to apply this model on the new dataset for independent validation.

KelseyB-code commented 3 years ago

See "model_validation.Rmd"

codeanticode commented 3 years ago

We need to add intercept, use at presentation symptoms, and then calculate AUC, calibration curve, sensitivity and specificity.

KelseyB-code commented 3 years ago

See new file "model_validation_symptoms_at_presentation"

codeanticode commented 3 years ago

The performance of the model on the new data is very poor, with sensitivity almost zero, so model is predicting most patients to survive. Some things to look at: