pull_modeltime_residuals {modeltime} | R Documentation |
Extracts modeltime residuals data from a Modeltime Model
Description
If a modeltime model contains data
with residuals information,
this function will extract the data frame.
Usage
pull_modeltime_residuals(object)
Arguments
object |
A fitted |
Value
A tibble
containing the model timestamp, actual, fitted, and residuals data
[Package modeltime version 1.3.1 Index]