summary.sample_size: Summary method for the sample_size function

View source: R/sample_size.R

summary.sample_sizeR Documentation

Summary method for the sample_size function

Description

Summary method for the sample_size function

Usage

## S3 method for class 'sample_size'
summary(object, ...)

Arguments

object

Return value from sample_size

...

further arguments passed to or from other methods

Details

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

See Also

sample_size to generate the results

Examples

sample_size(type = "mean", err_mean = 2, sd_mean = 10) %>%
  summary()


radiant.design documentation built on Sept. 8, 2023, 5:45 p.m.