In R program, I can perform categorical data test analysis like Odds ratio test in stratified 2x2 contingency tables? I do that in statistical package StatXact, but i would like perform the same test in R environment. Thanks very much Jorge Magalh?es
A search in the standard R documentation for "Fisher's exact test" reveals a command "fisher.test", and a search for "Chi-square" reveals a "chisq.test". Spencer Graves Jorge Magalh?es wrote:> In R program, I can perform categorical data test analysis like Odds ratio > test in stratified 2x2 contingency tables? I do that in statistical package > StatXact, but i would like perform the same test in R environment. > > Thanks very much > > Jorge Magalh?es > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
kjetil brinchmann halvorsen
2003-Mar-27 02:47 UTC
[R] Categorical data (Monte Carlo exact p-value)
On 26 Mar 2003 at 22:25, Jorge Magalh?es wrote: Does ?mantelhaen.test do what you want? (it is in package ctest). Kjetil Halvorsen> In R program, I can perform categorical data test analysis like Odds ratio > test in stratified 2x2 contingency tables? I do that in statistical package > StatXact, but i would like perform the same test in R environment. > > Thanks very much > > Jorge Magalh?es > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help