t1t2.error {PowerUpR}R Documentation

Plots Type I and Type II Error Rates

Description

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

Usage

  t1t2.error(object)

Arguments

object

an object returned from one of the PowerUpR functions.

Examples

  ## Not run: 

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

  
## End(Not run)

[Package PowerUpR version 1.1.0 Index]