An open API service indexing awesome lists of open source software.

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

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)