Learn R Programming

ssutil (version 1.0.0)

tidy.empirical_power_result: Tidy Method for empirical_power_result

Description

Creates a one-row tibble with the power estimate and confidence interval.

Usage

# S3 method for empirical_power_result
tidy(x, ...)

Value

A tibble with columns: power, conf.low, conf.high, conf.level. nsim.

Arguments

x

A empirical_power_result object.

...

Ignored.