AUTO_VI$get_data {autovi} | R Documentation |
This function gets the data out of a model object
by using stats::model.frame()
if self$data
is NULL
.
AUTO_VI$get_data(fitted_model = self$fitted_model)
fitted_model |
Model. A model object, e.g. |
A tibble.
my_vi <- auto_vi(fitted_model = lm(speed ~ dist, data = cars))
my_vi$get_data()