[R] Categorical data (Monte Carlo exact p-value)

2003-03-26 Thread Jorge Magalhes
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

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] Categorical data (Monte Carlo exact p-value)

2003-03-26 Thread Spencer Graves
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

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help