Package: BACCT 1.0

Hongtao Zhang
BACCT: Bayesian Augmented Control for Clinical Trials
Implements the Bayesian Augmented Control (BAC, a.k.a. Bayesian historical data borrowing) method under clinical trial setting by calling 'Just Another Gibbs Sampler' ('JAGS') software. In addition, the 'BACCT' package evaluates user-specified decision rules by computing the type-I error/power, or probability of correct go/no-go decision at interim look. The evaluation can be presented numerically or graphically. Users need to have 'JAGS' 4.0.0 or newer installed due to a compatibility issue with 'rjags' package. Currently, the package implements the BAC method for binary outcome only. Support for continuous and survival endpoints will be added in future releases. We would like to thank AbbVie's Statistical Innovation group and Clinical Statistics group for their support in developing the 'BACCT' package.
Authors:
BACCT_1.0.tar.gz
BACCT_1.0.tar.gz(r-4.7-any)BACCT_1.0.tar.gz(r-4.6-any)
BACCT_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
BACCT/json (API)
| # Install 'BACCT' in R: |
| install.packages('BACCT', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- jags– Just Another Gibbs Sampler for Bayesian MCMC - binary JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS. JAGS was written with three aims in mind: * To have an engine for the BUGS language that runs on Unix * To be extensible, allowing users to write their own functions, distributions and samplers. * To be a plaftorm for experimentation with ideas in Bayesian modelling This package contains the 'jags' binary as well as the associated shared library modules loaded by the binary.
- c++– GNU Standard C++ Library v3
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:c915156148. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 143 | ||
| linux-release-x86_64 | OK | 118 | ||
| wasm-release | OK | 132 |
Exports:BAC_binomdecision_evalheatmap_decision
Dependencies:clicodacpp11farverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrplyrR6RColorBrewerRcppreshape2rjagsrlangS7scalesstringistringrvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bayesian Augmented Control for Clinical Trials | BACCT-package BACCT |
| Bayesian Augmented Control for Binary Responses | BAC_binom |
| Evaluating a Decision Rule | decision_eval |
| Heatmap for Decision Rules | heatmap_decision |
| Generateing Plot(s) Used for Decision Rule Evaluation | plot.BACdecision |
| Summarizing BAC | summary.BAC |