summary.explore: Summary method for the explore function

summary.exploreR Documentation

Summary method for the explore function

Description

Summary method for the explore function

Usage

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

Arguments

object

Return value from explore

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

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

See Also

explore to generate summaries

Examples

result <- explore(diamonds, "price:x")
summary(result)
result <- explore(diamonds, "price", byvar = "cut", fun = c("n_obs", "skew"))
summary(result)
explore(diamonds, "price:x", byvar = "color") %>% summary()


radiant-rstats/radiant.data documentation built on Jan. 19, 2024, 12:21 p.m.