Learn R Programming

PowerUpR (version 0.1.2)

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(x)

Arguments

x
an object returned from one of the PowerUpR functions.

Details

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. It is provided for didactic purpose.

See Also

plot.pars

Examples

Run this code
## Not run: 
# 
#      design1 <- mdes.bira2r1(rho2=.35, omega2=.10,
#                             n=83, J=480)
#      t1t2.error(design1)
# 
#   ## End(Not run)

Run the code above in your browser using DataLab