Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (21.2%) to scientific vocabulary
Keywords
adaptive
bayesian-methods
bayesian-trial
clinical-trials
statistical-power
Last synced: 6 months ago
·
JSON representation
Repository
Adaptive Bayesian Clinical Trial
Basic Info
- Host: GitHub
- Owner: thevaachandereng
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://thevaachandereng.github.io/bayesCT/
- Size: 2.64 MB
Statistics
- Stars: 14
- Watchers: 5
- Forks: 7
- Open Issues: 9
- Releases: 0
Topics
adaptive
bayesian-methods
bayesian-trial
clinical-trials
statistical-power
Created over 7 years ago
· Last pushed over 5 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bayesCT
[](https://travis-ci.org/thevaachandereng/bayesCT)
[](https://cran.r-project.org/package=bayesCT)
[](https://cran.r-project.org/package=bayesCT)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/donaldmusgrove/bayesDP/issues)
[](https://ci.appveyor.com/project/thevaachandereng/bayesct/branch/master)
[](https://codecov.io/gh/thevaachandereng/bayesCT)
[](https://mybinder.org/v2/gh/thevaachandereng/bayesCT/master?urlpath=rstudio)
[](https://www.tidyverse.org/lifecycle/#stable)
# Overview
`bayesCT` is a R package for simulation and analysis of adaptive Bayesian randomized controlled trials under a range of trial designs and outcome types. Currently, it supports Gaussian, binomial, and time-to-event. The `bayesCT` package website is available [here](https://thevaachandereng.github.io/bayesCT/). Please note this package is still under development.
# Installation
Prior to analyzing your data, the R package needs to be installed. The easiest way to install `bayesCT` is through CRAN:
```{r, eval=FALSE}
install.packages("bayesCT")
```
`bayesCT` can also be downloaded and installed via GitHub. The most useful if want to download a *specific* version of the package (which can be found at https://github.com/thevaachandereng/bayesCT/releases):
```{r, eval=FALSE}
devtools::install_github("thevaachandereng/bayesCT@vx.xx.x")
# or
devtools::install_version("bayesCT", version = "x.x.x", repos = "http://cran.us.r-project.org")
```
The latest developmental version of the package can be downloaded and installed by running:
```{r, eval=FALSE}
devtools::install_github("thevaachandereng/bayesCT")
```
After successful installation, the package must be loaded into the working space:
```{r, eval=FALSE}
library(bayesCT)
```
# Usage
See the vignettes for usage instructions and example.
# Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/thevaachandereng/bayesCT/blob/master/CONDUCT.md).
By participating in this project you agree to abide by its terms.
# License
`bayesCT` is available under the open source [GNU General Public License, version 3](https://www.r-project.org/Licenses/GPL-3).
Owner
- Name: Thevaa Chandereng
- Login: thevaachandereng
- Kind: user
- Location: New York, NY, USA
- Company: Columbia University
- Website: https://thevaachandereng.github.io/
- Repositories: 4
- Profile: https://github.com/thevaachandereng
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 562
- Total Committers: 3
- Avg Commits per committer: 187.333
- Development Distribution Score (DDS): 0.08
Top Committers
| Name | Commits | |
|---|---|---|
| Thevaa Chandereng | c****g@w****u | 517 |
| Graeme Hickey | g****y@g****m | 39 |
| Donnie M | d****e@g****m | 6 |
Committer Domains (Top 20 + Academic)
wisc.edu: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 27
- Total pull requests: 18
- Average time to close issues: 3 months
- Average time to close pull requests: 1 day
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 0.48
- Average comments per pull request: 0.56
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- graemeleehickey (23)
- thevaachandereng (2)
- jcwie (1)
- roseannwhite (1)
Pull Request Authors
- graemeleehickey (11)
- thevaachandereng (7)
Top Labels
Issue Labels
enhancement (9)
bug (5)
question (5)
help wanted (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 274 last-month
- Total docker downloads: 41,971
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: bayesCT
Simulation and Analysis of Adaptive Bayesian Clinical Trials
- Homepage: https://github.com/thevaachandereng/bayesCT/
- Documentation: http://cran.r-project.org/web/packages/bayesCT/bayesCT.pdf
- License: GPL-3
- Status: removed
-
Latest release: 0.99.3
published over 5 years ago
Rankings
Forks count: 10.1%
Stargazers count: 17.0%
Average: 25.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 36.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- bayesDP * imports
- dplyr * imports
- magrittr >= 1.5 imports
- purrr * imports
- survival * imports
- devtools * suggests
- knitr * suggests
- pkgdown * suggests
- rmarkdown * suggests
- testthat * suggests