hesim-dev / hesim

Health economic simulation modeling and decision analysis
https://hesim-dev.github.io/hesim/
62 stars 17 forks source link

Several decision nodes #15

Closed rucabe closed 3 years ago

rucabe commented 3 years ago

Hello,

I am wondering is it possible to create several decision nodes within the model? For example, two diagnostic strategies are compared, but within one strategy there is a consequent decision node on different types of surgeries. (Sorry for a silly question, I am new to R). Looking forward to your reply.

P.S. thank you for a nice package.

dincerti commented 3 years ago

You could set this up as a Markov model where there are states for different types of surgery. The transition probabilities would vary by the two diagnostic strategies and for one of the strategies it would not be possible to transition to a surgery state. This would be similar to how the hip replacement example is set up. Would that work for you?