Learn R Programming

bfpwr (version 0.1.6)

print.power.bftest: Print method for class "power.bftest"

Description

Print method for class "power.bftest"

Usage

# S3 method for power.bftest
print(x, digits = getOption("digits"), ...)

Value

Prints text summary in the console and invisibly returns the

"power.bftest" object

Arguments

x

Object of class "power.bftest"

digits

Number of digits for formatting of numbers

...

Other arguments (for consistency with the generic)

Author

Samuel Pawel

See Also

powerbf01

Examples

Run this code
powerbf01(power = 0.95, pm = 0, psd = 1, dpm = 0.5, dpsd = 0)
powerbf01(power = 0.95, pm = 0, psd = 1, dpm = 0.5, dpsd = 0, type = "one.sample")
powerbf01(power = 0.95, pm = 0, psd = 1, dpm = 0.5, dpsd = 0, type = "paired")
powerbf01(power = 0.95, pm = 1, psd = 0, dpm = 0.8, dpsd = 0, type = "paired")

Run the code above in your browser using DataLab