Generate an model table and plot
.report_mdl(
data,
cols,
categorical = NULL,
metric = NULL,
interactions = NULL,
...,
title = TRUE
)A list containing a table and a plot volker report chunk.
A data frame.
A a single column (without quotes).
A tidy column selection holding independet categorical variables.
A tidy column selection holding independent metric variables.
A vector of interaction effects to calculate, passed to add_model().
Add a plot title (default = TRUE).