Skip to content

Serological Survey Analysis For Prevalence Estimation Under Misclassification

License

Notifications You must be signed in to change notification settings

avallecam/serosurvey

Repository files navigation


Disclaimer

This package is a work in progress. It has been released to get feedback from users that we can incorporate in future releases.

serosurvey

DOI Lifecycle: experimental CRAN status Codecov test coverage R-CMD-check

The goal of serosurvey is to gather Serological Survey Analysis functions and workflow templates for Prevalence Estimation Under Misclassification.

Installation

You can install the developmental version of serosurvey from GitHub with:

if(!require("remotes")) install.packages("remotes")
remotes::install_github("avallecam/serosurvey")

Brief description

The current workflow is divided in two steps:

  1. survey: Estimate multiple prevalences, and
  2. serology: Estimate prevalence Under misclassification for a device with Known or Unknown test performance

More

Contributing

Feel free to fill an issue or contribute with your functions or workflows in a pull request.

Code of Conduct

Please note that the serosurvey project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Contact

Andree Valle Campos | @avallecam | avallecam@gmail.com

Project Link: https://github.com/avallecam/serosurvey

Acknowledgements

Many thanks to the Centro Nacional de Epidemiología, Prevención y Control de Enfermedades (CDC Perú) for the opportunity to work on this project.

How to cite this R package

citation("serosurvey")
#> 
#> To cite package ‘serosurvey’ in publications use:
#> 
#> Valle Campos A (2020). "serosurvey: Serological Survey Analysis For
#> Prevalence Estimation Under Misclassification." _Zenodo_. doi:
#> 10.5281/zenodo.4065080 (URL: https://doi.org/10.5281/zenodo.4065080), R
#> package version 1.0, <URL: https://avallecam.github.io/serosurvey/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Article{,
#>     author = {Andree {Valle Campos}},
#>     title = {serosurvey: Serological Survey Analysis For Prevalence Estimation Under Misclassification},
#>     journal = {Zenodo},
#>     month = {oct},
#>     year = {2020},
#>     doi = {10.5281/zenodo.4065080},
#>     note = {R package version 1.0},
#>     url = {https://avallecam.github.io/serosurvey/},
#>   }