plot_numeric_res_numcol: Visualizing residuals vs. a numeric column for a regression...

View source: R/regression_diag_plots.R

plot_numeric_res_numcolR Documentation

Visualizing residuals vs. a numeric column for a regression model

Description

This function plots the residuals against a numeric column based on tidymodels results for a regression model.

Usage

plot_numeric_res_numcol(
  dat,
  y_name,
  numcol,
  alpha = 1,
  size = 1,
  source = NULL
)

Arguments

dat

The predictions data frame in the organize_data() result. Following variables are required: .outcome, .pred, .color, and .hover.

y_name

The y/response variable for the model.

numcol

The numerical column to plot against the residuals.

alpha

The opacity for the geom points.

size

The size for the geom points.

source

A character string of length 1 that matches the source argument in event_data().

Value

A plotly::ggplotly() object.


shinymodels documentation built on May 29, 2024, 2:22 a.m.