BayesianMCPMod
Simulate, Evaluate, and Analyze Dose Finding Trials with Bayesian MCPMod
A Bayesian dose-finding package extends from continuous endpoints to binary ones
◆Recent moves
- 3mo ago
Firth penalized regression handles separation in binary endpoints
Adds Firth's penalized regression for binary endpoints under separation, the case where standard maximum likelihood estimates diverge. A narrow addition, but it is the practical follow-up to the binary endpoint support introduced three months earlier and suggests real trial data has been run through it.
View source ↗ - 5mo ago
Regression fix for missing future.apply, plus credible band options
Repairs a regression from the previous release that only appeared when the optional future.apply package was absent, and loosens the bootstrapped credible band settings in plot.modelFits(). A patch closing out 1.3.0 rather than adding to it.
View source ↗ - 5mo ago
Binary endpoint support opens the framework past continuous outcomes
⚡ SPARKThe release that changed what kind of trial this package can analyse. Everything before it extended model shapes, estimands and computation within continuous endpoints; this adds a second outcome type, and 1.3.2's Firth regression is already servicing it.
View source ↗ - 11mo ago
Covariance matrices replace standard deviation vectors in the MCP step
Switches getPosterior(), getCritProb() and getContr() to accept a covariance matrix and supports non-zero off-diagonals, meaning correlated dose-level estimates can be handled properly. Also fixes a significance-assignment bug between the MCP and Mod steps that could attach the wrong status to a fitted model, which is the kind of error that silently changes conclusions.
View source ↗ - 1y ago
Minimally efficacious dose estimation and parallel execution
Adds getMED() and threads it through assessDesign() and performBayesianMCPMod, giving the package a second decision quantity alongside dose-response model fitting. Parallel processing via the future framework arrives here too, which is what later made future.apply an optional dependency worth managing.
View source ↗ - 1y ago
Non-monotonic beta and quadratic dose-response shapes
Adds beta and quadratic model shapes, letting the package fit dose-response curves that are not monotonic - relevant where efficacy falls off at high doses. The vignette comparing frequentist and Bayesian MCP-Mod under vague priors is a positioning move as much as documentation.
View source ↗