summary.evalreg: Summary method for the evalreg function

summary.evalregR Documentation

Summary method for the evalreg function

Description

Summary method for the evalreg function

Usage

## S3 method for class 'evalreg'
summary(object, dec = 3, ...)

Arguments

object

Return value from evalreg

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

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

See Also

evalreg to summarize results

plot.evalreg to plot results

Examples

data.frame(price = diamonds$price, pred1 = rnorm(3000), pred2 = diamonds$price) %>%
  evalreg(pred = c("pred1", "pred2"), "price") %>%
  summary()


radiant.model documentation built on Oct. 16, 2023, 9:06 a.m.