library(mmrm)
The lower level function which is called by mmrm()
is fit_mmrm()
. This
function is exported and can be used directly. It is similar to mmrm()
but lacks
some post-processing and support for Satterthwaite and Kenward-Roger calculations.
It may be useful for other packages that want to fit the model without
the adjustment calculations.
fit_mmrm( formula = FEV1 ~ RACE + ARMCD * AVISIT + us(AVISIT | USUBJID), data = fev_data, weights = rep(1, nrow(fev_data)), reml = TRUE, control = mmrm_control() )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.