powered by
Summary method for the single_mean function
# S3 method for single_mean summary(object, dec = 3, ...)
Return value from single_mean
single_mean
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/basics/single_mean.html for an example in Radiant
single_mean to generate the results
plot.single_mean to plot results
plot.single_mean
result <- single_mean(diamonds, "price") summary(result) diamonds %>% single_mean("price") %>% summary()
Run the code above in your browser using DataLab