Learn R Programming

pwrss (version 0.3.1)

plot: Type I and Type II Error Plot

Description

Plots Type I (alpha) and Type II (beta) errors for t, z, F, and Chi-square tests.

Usage

# S3 method for pwrss
plot(x, ...)

Value

no return value at the moment

Arguments

x

an object of the type "pwrss" returned from one of the pwrss functions

...

for S3 generic/method consistency

Examples

Run this code
design <- pwrss.f.ancova(n.levels = c(3,3),
               n = 50, eta2 = 0.10)
plot(design)

Run the code above in your browser using DataLab