https://github.com/cran/ph2bayes
Raw File
Tip revision: c2106d403f911a4e7319df40a9f898427feb1ec8 authored by Kengo Nagashima on 26 February 2018, 10:40:27 UTC
version 0.0.2
Tip revision: c2106d4
README.md

# ph2bayes package


## Bayesian Single-Arm Phase II Designs

An implementation of Bayesian single-arm phase II design methods for binary outcome based on posterior probability and predictive probability.

[CRAN task view: ExperimentalDesign](https://cran.r-project.org/view=ExperimentalDesign)


## Installation

Get the released version from CRAN:

```R
install.packages("ph2bayes")
```

Or the development version from github:

```R
# install.packages("devtools")
devtools::install_github("nshi-stat/ph2bayes")
```

back to top