print.simpow: methods for simpow objects

Description Usage Arguments Details Value

View source: R/print.R

Description

methods for simpow objects

Usage

1
2
3
4
5
## S3 method for class 'simpow'
print(x, ...)

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

Arguments

x

The output from a power analysis function

...

additional arguments to functions, not currently used

object

The output from a power analysis function

Details

The print() function returns a written summary of the power analysis to the Console. The summary() function returns a data.frame of design details and the power, primarily useful if varying design details and running more than one power analyses.

Value

Power is reported as a percentage in summary() and print(), so had been pre-multiplied by 100.


aosmith16/simpow documentation built on Dec. 19, 2021, 3:41 a.m.