This page introduces contigency tables with an example on fruit trees and fire blight. Two calculators are provided that allow users to enter their own contigency table and test for treatment effects. The first calculator performs Fisher's Exact Test on a 2x2 tables. The second performs a chi-square test on up to a 9x9 table.
This test checks whether an observed distribution differs from an expected distribution. It computes the chi-square statistic, degrees of freedom (DoF), and p-value. Users input a table with row and column labels, observed frequencies on the first row, and expected frequencies on the second row. The null hypothesis is that the observed values have the expected frequency distribution.
This calculator computes the chi-square statistic, degrees of freedom (DoF), and p-value for the Chi-square test for equality of distributions. Users input a table of values with row and column labels without total scores. The null hypothesis is that the all the samples have the same distribution.
This random number service allows users to generate up to 10,000 random integers with duplicates, randomized sequences without duplicates, or up to 16 kilobytes of raw random bytes. Users can also flip virtual coins and generate random bitmaps. Key word: Random Number Generator.