Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaneplusplus/preference
- Owner: kaneplusplus
- Created: 2016-09-14T19:45:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T18:35:12.000Z (over 4 years ago)
- Last Synced: 2024-12-10T00:41:29.323Z (about 1 month ago)
- Topics: clinical-trial-design, clinical-trials, preference-design
- Language: R
- Homepage:
- Size: 1.25 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```