Metadata-Version: 2.1
Name: vud4
Version: 0.0.2
Summary: comparing effects on mortality between fully vaccinated and unvaccinated
Home-page: https://github.com/ytakefuji/vud4
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ytakefuji/vud4
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# vud4
vud4.py is to calculate the time-series effect of vaccination on mortality in six age groups (18-29 years, 30-49 years, 50-64 years, 65-79 years, 80+ years, and all ages) for three vaccination types: bivalent booster, fully vaccinated, and unvaccinated. The CDC dataset for the period October 1, 2021 through January 23, 2023 was used for this study:
https://data.cdc.gov/api/views/54ys-qyzm/rows.csv
# How to install vud4
$ pip install vud4
# How to run vud4
$ vud4

enter one of age groups: vud4 80+

18-29,30-49,50-64,65-79,80+,all_ages

$ vud4 80+

<img src='https://github.com/ytakefuji/vud4/raw/main/bivalent_80%2B.png' height=240 width=280>


