Releases: insightsengineering/rbmi
Releases · insightsengineering/rbmi
rbmi v1.3.0
Breaking Changes
- Convert
rstan
to be a suggested package to simplify the installation process. This means that the Bayesian imputation functionality will not be available by default. To use this feature, you will need to installrstan
separately (#441) - Deprecated the
seed
argument tomethod_bayes()
in favour of using the baseset.seed()
function (#431)
New Features
- Added vignette on how to implement retrieved dropout models with time-varying intercurrent event (ICE) indicators (#414)
- Added vignette on how to obtain frequentist and information-anchored inference with conditional mean imputation using
rbmi
(#406) - Added FAQ vignette including a statement on validation (#407 #440)
- Updates to
lsmeans()
for better consistency with theemmeans
package (#412)- Renamed
lsmeans(..., weights = "proportional")
tolsmeans(..., weights = "counterfactual")
to more accurately reflect the weights used in the calculation. - Added
lsmeans(..., weights = "proportional_em")
which provides consistent results withemmeans(..., weights = "proportional")
lsmeans(..., weights = "proportional")
has been left in the package for backwards compatibility and is an alias forlsmeans(..., weights = "counterfactual")
but now gives
a message prompting users to use either "proptional_em" or "counterfactual" instead.
- Renamed
- Added support for parallel processing in the
analyse()
function (#370) - Added documentation clarifying potential false-positive warnings from rstan (#288)
- Added support for all covariance structures supported by the
mmrm
package (#437) - Updated
rbmi
citation detail (#423 #425)
Miscellaneous Bug Fixes
rbmi v1.2.5
- Minor tweaks to address CRAN check NOTEs
rbmi v1.2.4
- Updated Stan syntax to ensure future compatibility
- Updated package description to contain relevant references
- Fixed several typos in the documentation
rbmi 1.2.3
Minor changes to resolve R CMD CHECK notes
rbmi 1.2.1
Trivial updates to get unit tests working in legacy servers
rbmi 1.2.0
CRAN Release Candidate
Swapped out glmmTMB dependency for mmrm package
rbmi 1.1.4
Merge pull request #353 from insightsengineering/cran-1.1.4 prep for cran release
rbmi 1.1.3
Fixed a bug causing CRANs clang-UBSAN check to fail
rbmi 1.1.1
Minor bug fixes.
rbmi 1.1.0
Initial CRAN Release