Skip to content

Serological Survey Analysis For Prevalence Estimation Under Misclassification

License

Notifications You must be signed in to change notification settings

llabans/serosurvey

 
 

Repository files navigation

serosurvey

Lifecycle: experimental CRAN status

The goal of serosurvey is to provide a centralized R package of Serological Survey Analysis For Prevalence Estimation Under Misclassification

Installation

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

Example

This is a basic example which shows you how to solve a common problem:

library(serosurvey)
## basic example code

Known test - Bayesian method

example("serosvy_known_sample_posterior")

Unknown test - Bayesian method

example("serosvy_unknown_sample_posterior")

Workflow

Contribute

Citation

citation("serosurvey")
#> 
#> To cite package 'serosurvey' in publications use:
#> 
#>   Andree Valle Campos (2020). serosurvey: Serological Survey
#>   Analysis For Prevalence Estimation Under Misclassification. R
#>   package version 0.0.0.9000.
#>   https://avallecam.github.io/serosurvey/
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {serosurvey: Serological Survey Analysis For Prevalence Estimation Under Misclassification},
#>     author = {Andree {Valle Campos}},
#>     year = {2020},
#>     note = {R package version 0.0.0.9000},
#>     url = {https://avallecam.github.io/serosurvey/},
#>   }

About

Serological Survey Analysis For Prevalence Estimation Under Misclassification

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%