Learn R Programming

tigerstats (version 0.3.2)

Type12Errors: Type I and Type II Errors

Description

An app to explore the concepts of Type I and Type II errors, and the concept of power. We take samples from a population that is imagined to be normal, and perform the t-procedures for one mean. The Null Hypothesis is H0: mu=170. A slider allows us to vary the true mean mu.

Usage

Type12Errors()

Arguments

Value

Graphical and numerical output.

Examples

Run this code
# NOT RUN {
if (require(manipulate)) Type12Errors()
# }

Run the code above in your browser using DataLab