No articles match
Customize plots of incidence2 years ago
Example data: simulated Ebola outbreak | The plot.incidence function | Default behaviour | Changing colors | The default palette | Using different palettes | Specifying colors manually | Example 1: changing a single color | Example 2: changing several colors (note that naming colors is optional) | Example 3: using color to highlight specific groups | Useful ggplot2 tweaks | Changing dates on the x-axis | Changing date format | Changing the grid | Handling non-ISO weeks | Labelling every bin | Changing the legend | Applying the style of European Programme for Intervention Epidemiology Training (EPIET) | Display individual cases
Overview of the incidence package2 years ago
Installing the package | What does it do? | Worked example: simulated Ebola outbreak | Loading the data | Computing and plotting incidence | Handling incidence objects | Modelling incidence
Overview of the epitrix package3 years ago
What does it do? | Fitting a gamma distribution to delay data | Converting a growth rate (r) to a reproduction number (R0) | Standardising labels | Anonymising data
Example to estimate incubation period4 years ago
Description | Example
aweek means 'any week'5 years ago
Introduction | Converting dates to weeks | How does it work? | The aweek class | Best practices | Weekly aggregation | Factors | Weeks to weeks | Combining aweek objects | Dates can be appended to aweek objects | Add characters with caution | Working with weeks in data frames | weeks as numbers | weeks as characters | Converting weeks to dates
Conversions to and from the incidence class6 years ago
Exporting results | Importing pre-computed incidence
Details of the incidence class6 years ago
Structure of an incidence object. | $dates | $counts | $timespan | $interval | $n | $weeks
Early investigation of infectiousness using earlyR6 years ago
Introduction to matchmaker6 years ago
Details of the incidence_fit class8 years ago
Structure of an incidence_fit object | Building an incidence_fit object from scratch | Step 1: create the model | Step 2: creation of the $info list: | Step 3: combine lists and create object | Structure of an incidence_fit_list object | Example: A tale of two fits | Example: Nested incidence_fit
00 epiflows: package overview8 years ago
Installing the package | What does it do? | Estimation of risk | Example | Data structure to store flows and metadata | Basic methods | Plotting | Accessors | References
01 Data Preparation8 years ago
Introduction | Construction of the epiflows object from data frames | Using set_vars() to update variable keys in the object | Example: different durations of stay | data preparation | Using set_vars() | Using a custom argument | References
epicontacts Class: Details Regarding the Data Structure for epicontacts Objects8 years ago
make_epicontacts() | $linelist | $contacts | Generics | print.epicontacts() | summary.epicontacts() | subset.epicontacts() | plot.epicontacts()
distcrete9 years ago
Why? | How it works | Mapping continuous values to an underlying discrete grid | Cumulative density function | Probability density function to probability mass function
epicontacts: Manipulation, Visualisation and Analysis of Epidemiological Contact Data9 years ago
Introduction | Loading Data | Example Dataset | Creating epicontacts Object | Data Manipulation | Access Unique Identifiers | Subsetting | Visualisation | Default Plotting Method | 3D plots | Analysis | Extract Characteristics of Pairwise Nodes | Identify Clusters | Calculate Degree | References