Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.73 KB

README.md

File metadata and controls

73 lines (54 loc) · 1.73 KB

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/},
#>   }