Description Usage Arguments Value
View source: R/calculate.powertables.r
Calculates the powertables for the given mu and sd matrix musd and other settings
1 2 3 4 5 6 | calculate.powertables(
musd = NULL,
alternative = "less",
alpha = 0.05,
power = 0.8
)
|
musd |
A matrix with three rows and 2 columns, with means and sd per scenario |
alternative |
String to specify one-sided or two-sided testing |
alpha |
Type-1 error level |
power |
Power of the test, or 1 - type-2 error |
A list with four components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.