mmrm Fit.Runs df_md() once for each term in an mmrm object and returns the results
in a data frame.
h_anova_single_mmrm_model(object)A data frame with a row for each term in object, including an
intercept if present. The row.names of the data frame identify the terms.
The data frame will contain the following four columns:
num_df: the numerator degrees of freedom.
denom_df: the denominator degrees of freedom.
f_stat: the test statistic on the F-distribution.
p_va: the associated p-value.
(mmrm)
an mmrm object.
When only one model fit is passed to anova.mmrm(), the object argument of
anova.mmrm() is passed directly to this function.