Learn R Programming

radiant.basics (version 1.6.0)

summary.single_mean: Summary method for the single_mean function

Description

Summary method for the single_mean function

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab