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