Learn R Programming

radiant (version 0.1.95)

summary.sample_size: Summary method for the sample_size function

Description

Summary method for the sample_size function

Usage

"summary"(object, ...)

Arguments

object
Return value from sample_size
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/quant/sample_size for an example in Radiant

See Also

sample_size to generate the results

Examples

Run this code
result <- sample_size(ss_type = "mean", ss_mean_err = 2, ss_mean_s = 10)
summary(result)

Run the code above in your browser using DataLab