I’m currently working in a survival analysis setting with the goal of risk prediction.
In earlier work, I used static (baseline) covariates together with Random Forest–based survival models, and I relied on SHAP for model-agnostic explainability of the predictions.
I am now trying to explicitly exploit longitudinal / time-series data, and I have started working with joint models for longitudinal and survival data. In particular, I am using the JMbayes2 package (mixed-effects models for the longitudinal part + Cox model for the event process).
Since I am relatively new to this framework, I am struggling to understand how to perform explainability of the predictions in a model-agnostic way, similar to what SHAP provides for machine-learning models.
Even though joint models are parametric and fully specified, which would suggest that interpretation should be relatively straightforward, I have not been able to find papers or examples that implement SHAP-like or model-agnostic explainability for joint models, especially at the level of individual predictions or dynamic risk estimates.
Do you know of any references, papers, or methodological discussions addressing explainability or local interpretation for joint models? Any pointers or suggestions would be greatly appreciated.