glimpse_contrasts()
does not modify the dataframe passed to it, which can
result in mismatches between the data the user will use and the glimpse
information presented. This runs many diagnostics to inform the use of such
mismatches and provides suggestions on how to fix the issue.
.warn_if_mismatched_contrasts(
model_data,
contrast_list,
model_data_name,
dots_names,
formulas
)
Nothing, issues warnings to the user.
Data user passed to glimpse_contrasts()
List of contrasts created by enlist_contrasts()
Name of the dataframe passed to the user, will be truncated if it's a long expression that has (likely) been piped
Usually "...", in this case, the ...
filled in by the
user (ie contrast formulas) will need to be expanded in the suggested fixes
Formulas passed by the user