|
Software and information can be found at http://www.ugr.es/~bioest
2×2 Tables Programs
Programs for the two binomial case
SMP provides the exact unconditional p-value for comparing two independent binomial proportions. Null hypothesis H: p2=p1
SG provides the one-tailed exact unconditional p-value for contrasting the null hypothesis H: p2–p1=d
PEG provides the two-tailed exact unconditional p-value for contrasting the null hypothesis H: p2–p1≤ d1 or H: p2–p1 ≥ d2
SDG provides the two-tailed exact unconditional p-value for contrasting the null hypothesis H: d1≤p2–p1≤ d2
Z_EQUIV provides the unconditional approximate p-value for the SG, SDG and PEG tests described above.
Z_LINEAR provides the one or two-tailed unconditional approximate p-value for contrasting the null hypothesis H: p2=a + b p1
Programas for the multinomial case
TMP provides the one or two tailed exact unconditional p-value for testing the independence in a 2x2 table. Null hyoithesis: H: p1=p2
SG_ASO provides the one-tailed exact and asymptotical unconditional p-value for contrasting the null hypothesis: H: p2–p1=d
EQUIV_ASO provides the two-tailed exact and asymptotical unconditional p-value for contrasting the nulls hypothesis: H: p2–p1≤ d1 o bien H: p2–p1 ≥ d2; H: d1≤p2–p1≤ d2
Programs for the chi-square test and validity conditions for the three models
Z_INDEP provides the asymptotic chi-squared test (and its validity condition) for testing the independence in a 2x2 table for the model I (no fixed marginals) , II (one marginal fixed) and III (two marginal fixed)
Programs for 2×K tables
Programs for a linear combination of K binomial proportions (p1 to pk)
Z_LINEAR_K provides the asymptotical inferences (score method) for the linear function L=b1p1+...+bkpk
Programs for the multivariate hypergeometric distribution and 2 x c contingency tables
MHD2XC provides a maximum probability point (mode) of the multivariate hypergeometric distribution (and the probability of this point) and a maximum probability 2xc contingency table with fixed marginal sums and row and column independence.
MHD2xc_s provides all maximum probability points (modes) of the multivariate hypergeometric distribution (and the probability of this points) and all maximum probability 2xc contingency tables with fixed marginal sums and row and column independence.
FET2xc implements Fisher's Exact Test in 2xc contingency tables, and it provides both the probability of the observed 2xc table and the exact p-value of the test.
FET2xc_i implements Fisher's Exact Test in 2xc contingency tables, with both the computing time and the amount of memory required being controlled by the requested number of exact figures in the p-value of the test.
Programs for R×C tables
Programs for R×C contingency tables
PD_T_rxc provides the probability distribution of the rxc tables with fixed marginal sums and row and column independence. It provides several output options (see additional information)
Programs for other purposes
DELTA provides the Delta and Kappa measures of agreement between two raters (categorical data)
|