Open codeanticode opened 3 years ago
See "model_validation.Rmd"
We need to add intercept, use at presentation symptoms, and then calculate AUC, calibration curve, sensitivity and specificity.
See new file "model_validation_symptoms_at_presentation"
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:
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.