brms_inla_power_design: Design-based wrapper for Bayesian power / assurance
Description
Dispatches to one of the three engines depending on design.
This function must accept ... and pass it on unchanged.
Usage
brms_inla_power_design(design = c("fixed", "two_stage", "sequential"), ...)Value
Whatever the underlying engine returns.
Arguments
- design
Character scalar: "fixed", "two_stage", or "sequential".
- ...
Arguments passed on to the corresponding engine.