openstatsware
and the R Package {mmrm}
ASA-SSC Mini-Symposium on Statistical Computing in Action 2023
2023-11-04
openstatsware
openstatsware
mmrm
R package for frequentist inference in MMRM (CRAN)brms.mmrm
R package for Bayesian inference in MMRM (CRAN)mmrm
lme4
with lmerTest
, learned that this approach failed on large data sets (slow, did not converge)nlme
does not give Satterthwaite adjusted degrees of freedom, has convergence issues, and with emmeans
it is only approximateglmmTMB
to calculate Satterthwaite adjusted degrees of freedom, but it did not workTMB
) directly
glmmTMB
C++
using the TMB
provided librariesSAS
TMB
C++
framework for defining objective functions (Rcpp
would have been alternative interface)TMB
interface and plugged into optimizersnlme
, glmmTMB
, lme4
, SAS PROC GLMMIX
mmrm
emmeans
interface for least square meanstidymodels
builtin parsnip engine and recipes for streamlined model fitting workflowsteal
, tern
, rtables
integration for post processing and reportingnlme
, glmmTMB
and lme4
PROC GLIMMIX
mmrm
has faster convergence timemmrm
provides closest results to PROC GLIMMIX