tidy.empirical_power_result {ssutil}R Documentation

Tidy Method for empirical_power_result

Description

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

Usage

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

Arguments

x

A empirical_power_result object.

...

Ignored.

Value

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


[Package ssutil version 1.0.0 Index]