estimate: an estimate of the odds ratio. Note that the conditional
Maximum Likelihood Estimate (MLE) rather than the
unconditional MLE (the sample odds ratio) is used. Only
present in the 2 by 2 case.
Look at the code to see how it is computed.
Z
> > fisher.test(Discrim, alternative = 'two.sided')
>
> Fisher's Exact Test for Count Data
>
> data: Discrim
> p-value = 0.005242
> alternative hypothesis: true odds ratio is not equal to 1
> 95 percent confidence interval:
> 0.001573963 0.606416320
> sample estimates:
> odds ratio
> 0.07407528
>
>
> Thanks,
> ANDREW
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-help