Learn R Programming

incidence (version 1.7.4)

Compute, Handle, Plot and Model Incidence of Dated Events

Description

Provides functions and classes to compute, handle and visualise incidence from dated events for a defined time interval. Dates can be provided in various standard formats. The class 'incidence' is used to store computed incidence and can be easily manipulated, subsetted, and plotted. In addition, log-linear models can be fitted to 'incidence' objects using 'fit'. This package is part of the RECON () toolkit for outbreak analysis.

Copy Link

Version

Install

install.packages('incidence')

Monthly Downloads

1,715

Version

1.7.4

License

MIT + file LICENSE

Maintainer

Last Published

May 15th, 2024

Functions in incidence (1.7.4)

group_names

extract and set group names
incidence_pal1

Color palettes used in incidence
pool

Pool 'incidence' across groups
incidence

Compute incidence of events from a vector of dates.
subset.incidence

Subsetting 'incidence' objects
plot.incidence

Plot function for incidence objects
find_peak

Find the peak date of an incidence curve
get_dates

Retrieve dates from an incidence object
dim.incidence

Access various elements of an incidence object
estimate_peak

Estimate the peak date of an incidence curve using bootstrap
bootstrap

Bootstrap incidence time series
get_counts

Get counts from an incidence object
fit

Fit exponential models to incidence data
cumulate

Compute cumulative 'incidence'
as.data.frame.incidence

Conversion of incidence objects
get_fit

Accessors for incidence_fit objects