summary.compare_means {radiant.basics} | R Documentation |
Summary method for the compare_means function
Description
Summary method for the compare_means function
Usage
## S3 method for class 'compare_means'
summary(object, show = FALSE, dec = 3, ...)
Arguments
object |
Return value from |
show |
Show additional output (i.e., t.value, df, and confidence interval) |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/basics/compare_means.html for an example in Radiant
See Also
compare_means
to calculate results
plot.compare_means
to plot results
Examples
result <- compare_means(diamonds, "cut", "price")
summary(result)
[Package radiant.basics version 1.6.6 Index]