plot_numeric_obs_pred {shinymodels} | R Documentation |
Visualizing observed vs. predicted values for a regression model
Description
This function plots the predicted values against the observed values based on tidymodels results for a regression model.
Usage
plot_numeric_obs_pred(dat, y_name, alpha = 1, size = 1, source = NULL)
Arguments
dat |
The predictions data frame in the |
y_name |
The y/response variable for the model. |
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.
[Package shinymodels version 0.1.1 Index]