list of mmrm FitsThrows an error if the degrees of freedom aren't monotonically increasing, if
the models aren't nested, or if refit = FALSE and the models have different
underlying data.
h_assert_lrt_suitability(fits, refit, dfs, is_reml)TRUE if the list of fits are suitable for LRT. Otherwise, an
error is thrown.
(list)
list of mmrm fits.
(flag)
TRUE or FALSE indicating whether or not the user
gave permission to refit models to make all models suitable for LRT.
(numeric)
vector of the degrees of freedom for each element
of fits.
(logical)
vector indicating whether or not REML was used
for each element of fits.