https://github.com/openpharma/savvyr
savvyr: Estimation of adverse event probabilities
https://github.com/openpharma/savvyr
Last synced: 6 months ago
JSON representation
savvyr: Estimation of adverse event probabilities
- Host: GitHub
- URL: https://github.com/openpharma/savvyr
- Owner: openpharma
- Created: 2023-01-09T20:23:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T13:23:46.000Z (about 1 year ago)
- Last Synced: 2024-11-14T13:14:21.937Z (7 months ago)
- Language: R
- Homepage: https://openpharma.github.io/savvyr/
- Size: 8.97 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# savvyr
[](https://www.repostatus.org/#active)
[](https://www.r-pkg.org/badges/version-last-release/savvyr)
[](https://cranlogs.r-pkg.org/badges/savvyr)
[](https://cranlogs.r-pkg.org/badges/grand-total/savvyr)
[](https://raw.githubusercontent.com/openpharma/savvyr/_xml_coverage_reports/data/main/coverage.xml)
The SAVVY project is a consortium of academic and pharmaceutical
industry partners that aims to improve the analyses of adverse event
(AE) data in clinical trials through the use of survival techniques
appropriately dealing with varying follow-up times and competing events.
Although statistical methodologies have advanced, in AE analyses often
the incidence proportion, the incidence density or a non-parametric
Kaplan-Meier estimator are used, which either ignore censoring or
competing events. The `savvyr` package contains functions to easily
conduct the proposed improved AE analyses.## Installation
### Release
You can install the current release version from *CRAN* with:
``` r
install.packages("savvyr")
```### Development
You can install the development version of savvyr from
[GitHub](https://github.com/) with:``` r
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("openpharma/savvyr")
```## Getting Started
See the [introductory
vignette](https://openpharma.github.io/savvyr/main/articles/introduction.html)
to get started.## Citing `savvyr`
To cite `savvyr` please see
[here](https://openpharma.github.io/savvyr/main/authors.html#citation).