print.Keng_power: Print primary but not all contents of the Keng_power class

View source: R/print.Keng_power.R

print.Keng_powerR Documentation

Print primary but not all contents of the Keng_power class

Description

Print primary but not all contents of the Keng_power class

Usage

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

Arguments

x

The output object of power_r() or power_lm().

...

Further arguments passed to or from other methods.

Value

None (invisible NULL).

Examples

power_lm()
power_lm(n = 200)
print(power_lm(n = 200))
x <- power_r(0.2, n = 193)
x

Keng documentation built on April 4, 2025, 1:37 a.m.