https://github.com/avallecam/serosurvey
Serological Survey Analysis For Prevalence Estimation Under Misclassification
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.6%) to scientific vocabulary
Keywords
r
serological-surveys
serology
srvyr
survey
tidyverse
Last synced: 10 months ago
·
JSON representation
Repository
Serological Survey Analysis For Prevalence Estimation Under Misclassification
Basic Info
- Host: GitHub
- Owner: avallecam
- License: gpl-3.0
- Language: HTML
- Default Branch: master
- Homepage: https://avallecam.github.io/serosurvey/
- Size: 1.04 MB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 6
- Releases: 2
Topics
r
serological-surveys
serology
srvyr
survey
tidyverse
Created almost 6 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
Support
README.Rmd
---
output: github_document
editor_options:
chunk_output_type: console
bibliography: references.bib
link-citations: yes
linkcolor: Blue
urlcolor: Blue
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
echo = TRUE,
message = FALSE,
warning = FALSE
)
knitr::opts_chunk$set(fig.width=10, fig.height=4)
options(tidyverse.quiet = TRUE)
```
**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
[](https://zenodo.org/badge/latestdoi/296497540)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://cran.r-project.org/package=serosurvey)
[](https://codecov.io/gh/avallecam/serosurvey?branch=master)
[](https://github.com/avallecam/serosurvey/actions)
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](https://github.com/avallecam/serosurvey) with:
``` r
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
- In the
[Introductory article](https://avallecam.github.io/serosurvey/articles/intro.html)
we provide detailed definitions and references of the methods available.
- In
the
[Workflow article](https://avallecam.github.io/serosurvey/articles/howto-reprex.html)
we provide a reproducible example with this package.
## 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](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## Contact
Andree Valle Campos |
[`@avallecam`](https://twitter.com/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ú)](https://www.dge.gob.pe/portalnuevo/)
for the opportunity to work on this project.
## How to cite this R package
```{r}
citation("serosurvey")
```
Owner
- Name: Andree Valle Campos
- Login: avallecam
- Kind: user
- Location: Lima, Perú
- Website: https://avallecam.github.io/
- Twitter: avallecam
- Repositories: 3
- Profile: https://github.com/avallecam
pron: él/he/his, peruano, tusán.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 6
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- avallecam (6)
Pull Request Authors
Top Labels
Issue Labels
bug (1)
help wanted (1)
documentation (1)