Learn R Programming

radiant.model (version 0.8.0)

store.model: Store residuals from a model

Description

Store residuals from a model

Usage

# S3 method for model
store(object, ..., name = "residuals")

Arguments

object

Return value from a model function

...

Additional arguments

name

Variable name(s) assigned to predicted values

Details

See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant

Examples

Run this code
# NOT RUN {
regress(diamonds, rvar = "price", evar = c("carat","cut")) %>%
  store %>% head

# }

Run the code above in your browser using DataLab