https://github.com/genentech/psborrow
An R package for Bayesian Dynamic Borrowing. Check out the successor psborrow2: https://github.com/Genentech/psborrow2
https://github.com/genentech/psborrow
Last synced: about 1 year ago
JSON representation
An R package for Bayesian Dynamic Borrowing. Check out the successor psborrow2: https://github.com/Genentech/psborrow2
- Host: GitHub
- URL: https://github.com/genentech/psborrow
- Owner: Genentech
- License: other
- Created: 2021-03-16T22:58:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T13:04:30.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:32:04.771Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 6.71 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# psborrow
## DEPRECATED
Please note that this package has been deprecated in favour of [psborrow2](https://github.com/Genentech/psborrow2). This package will be left here for reference but we recommend that all users should use [psborrow2](https://github.com/Genentech/psborrow2) instead. Please refer to the [psborrow2 website](https://genentech.github.io/psborrow2/main/).
## Introduction
This `psborrow` package aims to evaluate the effect of external borrowing using an integrated approach that combines propensity score and Bayesian dynamic borrowing methods. Users are encouraged to check the vigbette for detailed instructions.
## Installation
The package can be installed directly from CRAN via:
```r
install.packages("psborrow")
```
Alternatively you can install the development version via:
```r
remotes::install_github("Genentech/psborrow")
```
Please note that this package requires [JAGs](https://mcmc-jags.sourceforge.io/) to be installed.
## Usage
You can use the following tutorials to follow the package flow
- [User guide](https://genentech.github.io/psborrow/articles/user_guide.html)