Learn R Programming

radiant.design (version 1.6.1)

summary.sample_size_comp: Summary method for the sample_size_comp function

Description

Summary method for the sample_size_comp function

Usage

# S3 method for sample_size_comp
summary(object, ...)

Arguments

object

Return value from sample_size_comp

...

further arguments passed to or from other methods

Details

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

See Also

sample_size_comp to generate the results

Examples

Run this code
sample_size_comp(
  type = "proportion", p1 = 0.1, p2 = 0.15,
  conf_lev = 0.95, power = 0.8
) %>% summary()

Run the code above in your browser using DataLab