powered by
Dependent Variable, Predictions and Residuals Line Chart
fit_chart( model = NULL, decomp_list = NULL, pool = NULL, verbose = FALSE, colors = NULL )
a plotly line chart of the model's prediction and actual
plotly
Model object
list object generated by the decomping function.
decomping
string specifying a group within the pool column to be filtered
A boolean to specify whether to print warnings
character vector of colors in hexadecimal notation
Plot the dependent variable, predictions and Residuals as a line chart over the id variable which can be supplied to the decomping function.
run_model(data = mtcars,dv = 'mpg',ivs = 'cyl') %>% fit_chart()
Run the code above in your browser using DataLab