Learn R Programming

PowerUpR (version 1.0.1)

t1t2.error: 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

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    design1 <- mdes.bira2r1(rho2=.35, omega2=.10,
                            n=83, J=480)
    t1t2.error(design1)

  
# }

Run the code above in your browser using DataLab