print.power.bftest | R Documentation |
"power.bftest"
Print method for class "power.bftest"
## S3 method for class 'power.bftest'
print(x, digits = getOption("digits"), ...)
x |
Object of class |
digits |
Number of digits for formatting of numbers |
... |
Other arguments (for consistency with the generic) |
Prints text summary in the console and invisibly returns the
"power.bftest"
object
Function adapted from stats:::print.power.htest
written by Peter
Dalgaard
Samuel Pawel
powerbf01
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.