https://github.com/reconverse/incidence2
Compute and visualise incidence (reworking of the original incidence package)
https://github.com/reconverse/incidence2
Last synced: 5 months ago
JSON representation
Compute and visualise incidence (reworking of the original incidence package)
- Host: GitHub
- URL: https://github.com/reconverse/incidence2
- Owner: reconverse
- License: other
- Created: 2020-06-30T19:05:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:44:19.000Z (11 months ago)
- Last Synced: 2024-05-22T22:24:26.688Z (11 months ago)
- Language: R
- Homepage: https://www.reconverse.org/incidence2
- Size: 31.9 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - reconverse/incidence2 - Compute and visualise incidence (reworking of the original incidence package) (R)
README
---
output: github_document
---```{r setup, echo = FALSE, message=FALSE, results='hide'}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.align = "center",
fig.path = "man/figures/README-",
echo = TRUE,
fig.width = 8,
fig.height = 6
)```
[](https://CRAN.R-project.org/package=incidence2)
[](https://github.com/reconverse/incidence2/actions/workflows/R-CMD-check.yaml)
[](https://www.reconverse.org/lifecycle.html#stable)# incidence2
incidence2 is an R package that implements functions and classes to compute,
handle and visualise *incidence* from linelist data. It refocusses the scope of
the original [incidence](https://cran.r-project.org/package=incidence) package.
Unlike the original package, incidence2 concentrates only on the initial
calculation, manipulation and plotting of the resultant *incidence* objects.## Installing the package
You can install incidence2 from [CRAN](https://cran.r-project.org/) with:
```{r, eval=FALSE}
install.packages("incidence2")
```## Vignettes
An overview of incidence2 is provided in the vignette distributed with the
package:* `vignette("incidence2", package = "incidence2")`