-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow p.v subpatent infections #320
Allow p.v subpatent infections #320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's chat about this one @RJSheppard - I think we want to be careful not to imply things are not modelling in Pf, by the fact they are explicitly modelled in Pv
R/human_infection.R
Outdated
k = parameters$klm, iaa = iaa, iam = iam) | ||
patent_infections <- bitset_at(infections, bernoulli_multi_p(philm)) | ||
|
||
incidence_renderer( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth chatting through this in person - I'm not clear what patent_incidence
is really and how it would be used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Richard.
I'll really like this re-formatting, it is much clearer to me what is going on now.
I've one comment regarding some suspicious behaviour
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
3662dca
to
a06dc6c
Compare
c892bc3
to
29b1fed
Compare
a06dc6c
to
5ff8fc6
Compare
39949ff
to
b8cce39
Compare
5ff8fc6
to
e2580b4
Compare
b8cce39
to
3472e76
Compare
e2580b4
to
cd7ac4b
Compare
3472e76
to
bfe4c0a
Compare
…m-detectable and pcr-detectable infections, render these and schedule them. The P.v vignette has been extended to reflect these changes.
bfe4c0a
to
cb35f28
Compare
/benchmark |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if cb35f28 is merged into dev:
Further explanation regarding interpretation and methodology can be found in the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thank you!
p.v allows subpatent infections to occur, so we now calculate patent subpatent infections, render these and schedule them.