mmrm FitsTake the data columns used in each mmrm fit and merge() them.
h_fits_common_data(fits)A data frame combining all the common observations among the
datasets underlying the elements of fits.
(list)
list of mmrm fits.
All default arguments for merge() are used, resulting in a "natural join":
the result will only contain the observations found in all datasets.
droplevels() is applied to the final product to prevent extraneous
warnings.