Competing risk - #78
Conversation
There was a problem hiding this comment.
what's a bit unclear to me here: will this handle the multistrain case, if those strains both have multiple infectious states in their chain? as in, if i have strain A and B, and both have pre-symptomatic infectious states (or maybe just one does), does this indexing machinery work correctly?
There was a problem hiding this comment.
Yep it should be able to handle that scenario just fine.
There was a problem hiding this comment.
there is a ton of code duplication between this an not-cov - is there someway to have the deduplicated code, and then an import of non-cov vs cov calculations?
There was a problem hiding this comment.
It's something I have been thinking about. The issue is that in the covariate version the infection probabilities become matrices. Still I think some opportunity to deduplicate.
There was a problem hiding this comment.
this appears to be a fairly complicated "toy" example - possibly to more narrowly / simply test?
Co-authored-by: Carl A. B. Pearson <pearsonca@users.noreply.github.com>
Co-authored-by: Carl A. B. Pearson <pearsonca@users.noreply.github.com>
Includes a series of methodologic updates including: