Learn R Programming

volker (version 3.3.0)

.report_mdl: Generate an model table and plot

Description

Generate an model table and plot

Usage

.report_mdl(
  data,
  cols,
  categorical = NULL,
  metric = NULL,
  interactions = NULL,
  ...,
  title = TRUE
)

Value

A list containing a table and a plot volker report chunk.

Arguments

data

A data frame.

cols

A a single column (without quotes).

categorical

A tidy column selection holding independet categorical variables.

metric

A tidy column selection holding independent metric variables.

interactions

A vector of interaction effects to calculate, passed to add_model().

title

Add a plot title (default = TRUE).