summary.explore {radiant.data} | R 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 |
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()
[Package radiant.data version 1.6.6 Index]