From dfead68019de2a361b4137bddcbbdabad25b4e6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:39:21 +0100 Subject: [PATCH] Update README (#160) Co-authored-by: seabbs <20317649+seabbs@users.noreply.github.com> --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 702c207..36c3e93 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,16 @@ contributors](https://img.shields.io/github/contributors/epinowcast/primarycenso ## Summary -This package provides functions for working with primary event censored -distributions and ‘Stan’ implementations for use in Bayesian modeling. -Primary event censored distributions are useful for modeling delayed -reporting scenarios in epidemiology and other fields. It also provides -support for arbitrary delay distributions, a range of common primary -distributions, and allows for truncation and secondary event censoring -to be accounted for. A subset of common distributions also include -analytical solutions, allowing for faster computation. In addition, it -provides both frequentist and Bayesian methods for fitting primary event -censored distributions to data via optional dependencies. +Provides functions for working with primary event censored distributions +and ‘Stan’ implementations for use in Bayesian modeling. Primary event +censored distributions are useful for modeling delayed reporting +scenarios in epidemiology and other fields. It also provides support for +arbitrary delay distributions, a range of common primary distributions, +and allows for truncation and secondary event censoring to be accounted +for. A subset of common distributions also include analytical solutions, +allowing for faster computation. In addition, it provides multiple +methods for fitting primary event censored distributions to data via +optional dependencies. ## Installation