Skip to content
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

Set vaccine efficacy via vaccinate_num() #380

Open
cmerenstein opened this issue Jan 25, 2022 · 1 comment
Open

Set vaccine efficacy via vaccinate_num() #380

cmerenstein opened this issue Jan 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@cmerenstein
Copy link

Feature: When allocating vaccines using the vaccinate_num() function, I would like to be able to manually set the efficacy of the vaccine on transmission, infection, death, etc. As far as I can tell, with this function I have to define a vaccine using the antibody amounts, but I'm not sure how to translate that into saying a vaccine is X percent effective at preventing infection/death/transmission.

Use Case: I am trying to simulate vaccine allocation during the spring of 2021. I am mostly interested in short term effects of the roll-out, and therefore many of the more advanced immunity related features of CovaSim (i.e. setting antibody levels and waning efficacy) aren't all that useful.

Also, I know I could use simple_vaccine() and set these parameters explicitly, but this function doesn't give the same control in terms of who gets vaccinated, since it doesn't take the "sequence" argument.

@cliffckerr cliffckerr added the enhancement New feature or request label Jan 27, 2022
@cliffckerr
Copy link
Member

Thanks @cmerenstein ! We'll see if we can address this in the next version of Covasim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants