Open
Conversation
added 11 commits
September 29, 2023 11:08
…hat reduces the probability of being bitten, or successful biting, and increasing the repeating probability from a feeding attempt AND the option to increase outdoor biting as a consquence of the improved housing
but improving interpretability with names for processes
… a DoubleVariable
… and induce mortality with waning effect.
giovannic
requested changes
Nov 6, 2023
Member
giovannic
left a comment
There was a problem hiding this comment.
Thanks for this!
The vignette doesn't run on the automated build. I've commented in line.
| ) | ||
| } else { | ||
| phi_indoors <- 0 | ||
| spray_on = 0 |
Member
There was a problem hiding this comment.
Suggested change
| spray_on = 0 | |
| spray_on <- 0 |
| js_prime, | ||
| parameters$k0 | ||
| ) | ||
| spray_on = 1 |
Member
There was a problem hiding this comment.
Suggested change
| spray_on = 1 | |
| spray_on <- 1 |
| ```{r, fig.align = 'center', out.width='100%'} | ||
| housingparams <- set_housing( | ||
| simparams, | ||
| timesteps = housingtimesteps, |
Member
There was a problem hiding this comment.
This needs to be defined somewhere.
You can check that all the automated checks will pass with devtools::check
Previously we had added the pathway through prb_bitten_survives and prob_bitten including 1 minus rh to indicate fed mosquitoes and dead ones, and added sh twice. This was capturing the same part of the pathway twice so have removed 1 minus rh we had missed the need for sh to be passed twice in the prob_repelled pathway so this is also now added lines 103 to 118
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Richard S and I have added functionality to 'adapt' housing to have a barrier and or killing impact on top of IRS and ITNs