-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
42 lines (31 loc) · 1.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# bayesDP <img src="man/figures/hex.png" width = "175" height = "200" align="right" />
<!-- badges: start -->
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/bayesDP)](https://CRAN.R-project.org/package=bayesDP)
[![](https://cranlogs.r-pkg.org/badges/bayesDP)](https://CRAN.R-project.org/package=bayesDP)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/bayesDP?color=brightgreen)](https://www.r-pkg.org:443/pkg/bayesDP)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Codecov test coverage](https://codecov.io/gh/graemeleehickey/bayesDP/branch/master/graph/badge.svg)](https://app.codecov.io/gh/graemeleehickey/bayesDP?branch=master)
[![R build status](https://github.com/graemeleehickey/bayesDP/workflows/R-CMD-check/badge.svg)](https://github.com/graemeleehickey/bayesDP/actions)
<!-- badges: end -->
`bayesDP` provides tools and functions for data augmentation using the Bayesian discount prior function for one arm and two arm clinical trials.
## CRAN Installation
Install release version from CRAN:
```{r, eval=FALSE}
install.packages("bayesDP")
```
## GitHub Installation
Install development version from GitHub:
```{r, eval=FALSE}
devtools::install_github("graemeleehickey/bayesDP")
```