nzbri / pd-apathy

Apache License 2.0
0 stars 0 forks source link

Equivalence of alternative analyses #7

Open sharrison5 opened 3 years ago

sharrison5 commented 3 years ago

Currently, the proposal is to look at apathy status over time via a logistic regression (where 'over time' means that temporally varying measurement-level variables are included in the model, and the prediction is per session), and testing via LOOIC.

Two other approaches we could take are:

For the former, the simpler model is (arguably) a bit more intuitive: predicting what happens to a patient given their current status and age / cognitive score / etc. However, it also feels like the models are closely related: for a given time since diagnosis (t) our model would give p(apathetic | t, ...), and we could get something like Kyla's metric via e.g. p(developing apathy | ∆t, ...) = (p(apathetic | t + ∆t, ...) - p(apathetic | t, ...)) / p(!apathetic | t, ...) (this is an oversimplification: assuming for the sake of argument a positive β on t, and that other metrics get worse over time, so that remission is negligible). In other words, the 'development' model can be thought of as a (normalised) slice through the full model at a specific timepoint. In that context, we would then talk about the e.g. interactions between subject-level variables and years since diagnosis as being the 'risk factors' for developing apathy.

For the classification approach, we're basically trading off interpretability for flexibility (if we went for say a GP / kernel regression / kernel SVM / etc approach). Are there any obvious disadvantages / is it redundant to have a look at that approach (this would be more as a potential side project, and wouldn't change the core analysis).

Thanks!!

@cleheron @zenourn @m-macaskill

zenourn commented 3 years ago

Excellent thoughts. The current model is more focusing on understanding what is happening, and not geared towards actual predictive application.

For now we are primarily interested in interpretability. If there was a benefit to being able to best predict individuals that will become apathetic (i.e., clinical trials, effective treatments) then a black-box approach can definitely have utility.

sharrison5 commented 3 years ago

This is really useful, thank you!! 😄

For my benefit as much as anything else, I'll just quickly rehash one key distinction as your comments have made a few things drop into place. There are two contexts in which I've been using the term predictive, but they're really quite distinct:

I think the outstanding question is whether we want to investigate a set of 'temporally predictive' variables, as well as / instead of the current associative model (I think this is still a good starting point). I'll have a think about what those terms could look like. The obvious ones would be e.g.:

zenourn commented 3 years ago

Excellent! 🥇