Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaneplusplus/preference

An R package for designing preference-based clinical trials
https://github.com/kaneplusplus/preference

clinical-trial-design clinical-trials preference-design

Last synced: 29 days ago
JSON representation

An R package for designing preference-based clinical trials

Awesome Lists containing this project

README

        

preference: An R package for Clinical Trials using Preference Design
===

**Author:** Briana Cameron and Michael J. Kane

**Contributors:** Denise Esserman

**License:** [LGPL-2](https://opensource.org/licenses/LGPL-2.1)

[![Build Status](https://travis-ci.org/kaneplusplus/preference.svg?branch=master)](https://travis-ci.org/kaneplusplus/preference)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ippgxxrkwi545nkq?svg=true)](https://ci.appveyor.com/project/kaneplusplus/preference)
[![Coverage Status](https://coveralls.io/repos/github/kaneplusplus/preference/badge.svg?branch=master)](https://coveralls.io/github/kaneplusplus/preference?branch=master)

## Install the package

```{r}
if (!require(devtools)) install.packages("devtools", repos="https://cloud.r-project.org")
library(devtools)
install_github("kaneplusplus/preference")
```