SlowGoodness function

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

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

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.

SlowGoodness(x,p)

Arguments

  • x: a one-dimensional table, or a vector of observed counts
  • p: vector of null probabilities

Returns

Graphical and numerical output

Examples

## 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)

Author(s)

Homer White hwhite0@georgetowncollege.edu

  • Maintainer: Homer White
  • License: GPL (>= 3)
  • Last published: 2020-06-15

Useful links