mHypTest: Interactive display for hypothesis testing concepts.

Description Usage Arguments Details Value Author(s) Examples

Description

Displays a sampling distribution and calculates power.

Usage

1

Arguments

useF

Show the F distribution. Default: a t-distribution for the sample statistic.

Details

Allows the user to set various parameters that govern the sampling distribution, and the significance, then calculates the power. Displays all this graphically.

Value

Just the graphics as a side effect.

Author(s)

Daniel Kaplan (kaplan@macalester.edu)

Examples

1
2
3
4
	if(require(manipulate)){
		mHypTest()
		mHypTest(useF=TRUE)
	}

mosaicManip documentation built on May 2, 2019, 5:48 p.m.