| NEWS | R Documentation |
Added exact.reject.region function
Added input parameters in exact.test. Input parameters include calculating confidence intervals and non-zero null hypothesis for the difference in proportion (only "z-pooled" and "csm" methods)
Added "Chisq" and "Yates chisq" method to power.exact.test
Removed "CSM Modified" method (determined not to be level-alpha)
Changed input parameters in exact.test. Parameter interval changed to np.interval and alpha changed to reject.alpha
Converted power.exact.test output to be "power.htest" object
Greatly improved computation time, especially for Boschloo's test, large sample sizes, and power calculations
Converted exact.test output to be "htest" object
Added "Fisher" method to power.exact.test
Greatly improved computation time
Fixed a floating point issue where two tables were equally extreme but had different test statistic. Thanks to Long Qu for pointing out this issue
Resolved an error message that occurred when two proportions were nearly identical
Added "CSM", "CSM Modified", and "CSM Approximate" methods
Added to.plot and ref.pvalue input parameters to the exact.test function
Added "Santner and Snell" method
Greatly improved computation time
Changed npNumbers from an increment to a number representing the number of nuisance parameters considered
Added cond.row representing whether the rows or margins are fixed for "binomial" model
First CRAN release.
Can perform Z-pooled, Z-unpooled, and Boschloo's test. Can perform "binomial" and "multinomial" models with or without interval approach recommended by Berger and Boos (1994)