calculate.powertables: Calculates the powertables for the given mu and sd matrix...

Description Usage Arguments Value

View source: R/calculate.powertables.r

Description

Calculates the powertables for the given mu and sd matrix musd and other settings

Usage

1
2
3
4
5
6
calculate.powertables(
  musd = NULL,
  alternative = "less",
  alpha = 0.05,
  power = 0.8
)

Arguments

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

Value

A list with four components


stefvanbuuren/RRR documentation built on Sept. 8, 2020, 12:11 a.m.