Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Tarone.test

Tarone's Z Test


Description

Tests the goodness of fit of the binomial distribution.

Usage

Tarone.test(N, M)

Arguments

N

Trials

M

Counts

Value

a htest object

Author(s)

References

https://stats.stackexchange.com/a/410376/6378 and R. E. TARONE, Testing the goodness of fit of the binomial distribution, Biometrika, Volume 66, Issue 3, December 1979, Pages 585–590, https://doi.org/10.1093/biomet/66.3.585

Examples

#Generate example data
N <- c(30, 32, 40, 28, 29, 35, 30, 34, 31, 39)
M <- c( 9, 10, 22, 15,  8, 19, 16, 19, 15, 10)
Tarone.test(N, M)

stackoverflow

Stack Overflow's Greatest Hits

v0.7.0
CC BY-SA 4.0
Authors
Neal Fultz <nfultz@gmail.com> and the StackOverflow.com community
Initial release
2020-01-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.