SlowGoodness: Chi Square Resampler (One at a Time) for Goodness-of-Fit

Description Usage Arguments Value Author(s) Examples

View source: R/SlowGoodness.R

Description

An app to illustrate use of the chi-square statistic to test for goodness of fit. The P-value is computed by resampling, and the resamples are done one at a time. A histogram of resampled chi-square statistics is displayed after each resample, and summary information is output to the console.

Usage

1

Arguments

x

a one-dimensional table, or a vector of observed counts

p

vector of null probabilities

Value

Graphical and numerical output

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
5
## Not run: 
throws <- c(one=8,two=18,three=11,four=7,five=9,six=7)
SlowGoodness(throws,p=rep(1/6,6))

## End(Not run)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.