qbrms 1.0.1
- Improved example sections so that executable toy examples are run by
default, with longer examples wrapped in
\\donttest{} and
guarded by requireNamespace("INLA", quietly = TRUE) where
needed.
- Added and clarified
@return documentation for all
exported functions and methods (e.g. conditional_effects*,
pp_check*, qbrmb*,
summary.qbrmb_fit, summary.qbrms_fit),
ensuring all Rd topics have \\value{} sections.
- Removed all uses of
set.seed() inside functions; any
seeding is now restricted to tests or examples.
- Refactored and documented binomial mixed-effects helpers
(
qbrmb, qbrmb_regularised,
qbrmb_aggressive) and their associated print/summary
methods for greater consistency.
- Minor internal clean-up (removal of obsolete helpers and unexported
Rd topics) to satisfy CRAN policies.
qbrms 1.0.0
- Initial CRAN submission.
- Implemented
qbrms() interface for quick Bayesian
regression using INLA.
- Added
qbrmO() for ordinal regression using TMB.
- Added interactive “Bayesian Workflow Coach” RStudio add-in.
- Added support for a wide range of families including
simplex, beta_binomial, and
skew_normal.
- Implemented
prior_build_from_beliefs() for elicited
prior specification.