Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ The main features of the package include:
each of which contains various useful information (e.g. growth rate
*r*, doubling/halving time, predictions and confidence intervals);
results can be plotted using `plot`, or added to an existing
`uncudence` plot using the piping-friendly function
`incidence` plot using the piping-friendly function
`add_incidence_fit`.

- **`fit_optim_split`**: finds the optimal date to split the time
series in two, typically around the peak of the epidemic.

- **`[`**: lower-level subsetan of *incidence* objects, permiting to
- **`[`**: lower-level subset of an *incidence* objects, permiting to
specify which dates and groups to retain; uses a syntax similar to
matrices, i.e. `x[i, j]`, where `x` is the *incidence* object, `i` a
subset of dates, and `j` a subset of groups.
Expand Down