cell_means is a generic function for calculating the estimated means
of a linear model.
Usage
cell_means(model, ...)
Arguments
model
A fitted linear model of type 'lm' or 'aov'.
...
Additional arguments to be passed to the particular method for the
given model.
Value
The form of the value returned by cell_means depends on the
class of its argument. See the documentation of the particular methods for
details of what is produced by that method.