I have a dataset with two duration outcome variables and many explanatory variables. The outcome variables can be censored and uncensored. So, I am using parametric survival analysis to model them.
Example:
outcome variable 1: duration of keeping a phone
outcome variable 2: duration of keeping a laptop
I know how I can model each of them separately with parametric survival analysis. But, I would like to model their joint distribution (considering the correlation between the two).
I could not find any related resources on this topic. I was wondering if any resource (web page, article, etc) is available for modelling such a problem?
Thank you for your reply and for the material.
I do not think SEM can help in this situation as I have censored outcome variables. Survival analysis can handle censored outcome variables. That is why I am looking for an approach based on survival analysis.
If you’re not writing your own code any multi state model package could work (eg- R’s msm package)… but I don’t recall if there’s a Stan-based msm package…