R/size.t.test.R

Defines functions size.t.test delta.t.test

Documented in delta.t.test size.t.test

size.t.test <- function(...)
{
  # a ceiling call wrapper to power.t.test
  ceiling(power.t.test(...)$n)
}

delta.t.test <- function(...)
{
  # a ceiling call wrapper to power.t.test
  power.t.test(...)$delta
}

Try the OPDOE package in your browser

Any scripts or data that you put into this service are public.

OPDOE documentation built on May 1, 2019, 8:45 p.m.