powered by
Store residuals from a model
# S3 method for model store(object, ..., name = "residuals")
Return value from a model function
Additional arguments
Variable name(s) assigned to predicted values
See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant
# NOT RUN { regress(diamonds, rvar = "price", evar = c("carat","cut")) %>% store %>% head # }
Run the code above in your browser using DataLab