t1t2: Plots Type I and Type II Error Rates

Description Usage Arguments Examples

Description

t1t2.error plots Type I (α) and Type II (β) error rates using central and noncentral t distributions for any objects returned from one of the PowerUpR functions.

Usage

1
  t1t2.error(object)

Arguments

object

an object returned from one of the PowerUpR functions.

Examples

1
2
3
4
5
6
7
8
  ## Not run: 

    design1 <- mdes.bira2(rho2=.35, omega2=.10,
                            n=83, J=480)
    t1t2.error(design1)

  
## End(Not run)

PowerUpR documentation built on Oct. 25, 2021, 5:06 p.m.