summary.single_mean: Summary method for the single_mean function

View source: R/single_mean.R

summary.single_meanR Documentation

Summary method for the single_mean function

Description

Summary method for the single_mean function

Usage

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

Arguments

object

Return value from single_mean

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

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

See Also

single_mean to generate the results

plot.single_mean to plot results

Examples

result <- single_mean(diamonds, "price")
summary(result)
diamonds %>%
  single_mean("price") %>%
  summary()


radiant.basics documentation built on Sept. 8, 2023, 5:47 p.m.