Changelog
Source:NEWS.md
tern.mmrm 0.3.3
Miscellaneous
- Created additional tests for plot functions.
- Added
parent_nameparameter to internalrtables::split_rows_by()calls to ensure uniqueness of row names, due to upstreamrtablesenhancements.
tern.mmrm 0.3.0
CRAN release: 2023-12-14
Adapt to release 0.3 of the mmrm package.
New features
- Any additional arguments can be passed now via
...tommrm::mmrmwhen callingfit_mmrm. In particular, themethodargument allows to choose Kenward-Roger adjustment of degrees of freedom and coefficients covariance matrix.
tern.mmrm 0.2.1
Breaking changes
- Completed refactoring of the computations to use the new
mmrmpackage instead oflme4andlmerTest. This greatly increases convergence and speed. Different covariance structures and optimizers are now available compared to before.
New features
- Added function
g_covariance()to visualize a covariance matrix, which can be helpful for choosing or visualizing the covariance structure in the MMRM. - Added option
averages_emmeanstofit_mmrm()which allows estimation of least square means for averages of visits. - Added weights option for fitting MMRMs.
Enhancements
- Added option
accept_singulartofit_mmrm()which allows estimation of rank-deficient models (likelm()andgls()) by omitting the columns of singular coefficients from the design matrix. - Added options
show_linesandxlabtog_mmrm_lsmeans()which allow the addition of lines connecting the estimates, as well as a custom x-axis label. - Added options
table_stats,table_formats,table_labels,table_font_size, andtable_rel_heighttog_mmrm_lsmeans()which allow the addition of and configure the appearance of an LS means estimates statistics table below the LS means estimates plot. - Added options
constant_baselineandn_baselinetog_mmrm_lsmeans()which allow plotting of a constant baseline value and specifying the corresponding number of patients (visible in the optional table) for the LS means plots.