Daniel Sabanes Bove
Daniel Sabanes Bove
Idea: This outputs a simple string representation of a given object. To do: - [ ] Add `describe()` generic --> this is happening already in #125 - [ ] Add...
Idea: - Running simulations etc. might not be the best spot for a Shiny app, because computations just take too long - However, once the design is fixed, for conducting...
Motivation: Running crmPack simulations can take substantial amount of time. Users sometimes can use HPC systems to run the simulations. Idea: Simplify the use of crmPack for simulations on HPC...
Reason: “next best” means “runner up” or “second choice” Ideas: - Suggest - Next - To do: (to edit with selected terminology) - [ ] For each `NextBest` class: -...
@0liver0815 to add details - presentation from Christine Yap - publication: Yap C, Billingham LJ, Cheung YK, Craddock C, O'Quigley J. Dose Transition Pathways: The Missing Link Between Complex Dose-Finding...
Motivation: e.g. `LogisticIndepBeta` where a White and Williamson paper is referenced. See `hermes` package on how to use `Rdpack`.
To do: - [ ] 1st step: Write a design doc proposing how to do this, including: - [ ] objective - [ ] high-level idea - [ ] what...
To do: - [ ] Implement in file ... the class - [ ] in file ... the method - [ ] Add new rule - [ ] Add tests...
So far in https://github.com/Roche/crmPack/blob/main/R/mcmc.R#L75 we are not using the `nchains` argument of `rjags::jags.model`, therefore we can only run a single MCMC chain at the moment. We will need some downstream...