print.empirical_power_result {ssutil}R Documentation

Print method for empirical_power_result

Description

Nicely formats the output of an object of class empirical_power_result, showing the power estimate, confidence interval, and number of simulations.

Usage

## S3 method for class 'empirical_power_result'
print(x, ...)

Arguments

x

An object of class "empirical_power_result".

...

Further arguments passed to or from other methods (ignored).

Value

Invisibly returns the object passed in.


[Package ssutil version 1.0.0 Index]