powered by
Store residuals from a model
# S3 method for model store(dataset, object, name = "residuals", ...)
Dataset to append residuals to
Return value from a model function
Variable name(s) assigned to model residuals
Additional arguments
The store method for objects of class "model". Adds model residuals to the dataset while handling missing values and filters. See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant
regress(diamonds, rvar = "price", evar = c("carat", "cut"), data_filter = "price > 1000") %>% store(diamonds, ., name = "resid") %>% head()
Run the code above in your browser using DataLab