https://github.com/genentech/phase1b
https://github.com/genentech/phase1b
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/genentech/phase1b
- Owner: Genentech
- License: other
- Created: 2022-03-29T14:53:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T20:57:51.000Z (over 1 year ago)
- Last Synced: 2024-11-22T21:29:38.635Z (over 1 year ago)
- Language: R
- Homepage: https://genentech.github.io/phase1b/
- Size: 8.07 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# `phase1b`

The `phase1b` package implements a Bayesian approach to decision making
in early development clinical trials. As a background, the main purpose
of early trials is to determine whether a novel treatment demonstrates
sufficient safety and efficacy signals to warrant further investment
(Lee & Liu, 2008).
The new R package `phase1b` is a flexible toolkit that calculates many
properties to this end, especially in the oncology therapeutic area. The
primary focus of this package is on binary endpoints. The benefit of a
Bayesian approach is the possibility to account for prior data (Thall &
Simon, 1994) in that a new drug may have shown some signals of efficacy
owing to its proposed mode of action, or similar activity based on prior
data. The concept of the `phase1b` package is to evaluate the posterior
probability that the response rate with a novel drug is better than with
the current standard of care treatment in early phase trials such as
Phase I.
The `phase1b` package provides a facility for early development study
teams to decide on further development of a drug either through
designing for phase 2 or 3, or expansion cohorts. The prior distribution
can incorporate any previous data via mixtures of beta distributions.
Furthermore, based on an assumed true response rate if the novel drug
was administered in the wider population, the package calculates the
frequentist probability that a current clinical trial would be stopped
for efficacy or futility conditional on true values of the response,
otherwise known as operating characteristics.
The intended user is the early clinical trial statistician in the design
and interim stage of their study and offers a flexible approach to
setting priors and weighting.
## Installation
### Development
You can install the development version of `phase1b` from
[GitHub](https://github.com/) with:
```r
devtools::install_github("https://github.com/Genentech/phase1b/", force = TRUE)
library(phase1b)
```
## Getting Started
An introductory vignette is currently being prepared. Use the help
function in your console to access the documentation.
## Citing `phase1b`
To cite `phase1b` please see
[here](https://genentech.github.io/phase1b/main/authors.html#citation).