By default, this function will provide means at -1SD, the mean, and +1SD for
continuous variables, and at each levele of categorical variables. This can
be overridden with the levels
parameter.
If there are additional covariates in the model other than what are selected
in the function call, these variables will be set to their respective means.
In the case of a categorical covariate, the results will be averaged across
all its levels.
Note that in most cases it is easier to use cell_means.lm
and
pass variable names in directly instead of strings of variable names.
cell_means_q.lm
uses standard evaluation in cases where such
evaluation is easier.