You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Have you tried reviewing the full documentation for epitab, and for the individual commands, found in the Stata Base Reference Manual PDF included with your Stata installation and accessible through Stata's Help menu?
Oh! My mistake. How should have I forgotten such very important logics behind the distribution of odd ratio and risk ratio.
Code:
prtest
use risk1 - risk2 - 0 as the basic component of the proportional z-test
For odd ratio, the logOR is used as the basic component of the test statistics. The distribution of logOR and logRR are normal, and the standard errors of logOR and logRR also are able to estimate from the sample.
Unfortunately, the introductory statistics textbook by Neil Weiss did not cover the topic about logOR and logRR.
Comment