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.
Dear Richard,
Thank you for all of your help. I did as you suggested, it works, I'm a happy camper. I just have one question. what does 'N=e(N)' do?
Best regards,
That is the sample size for the regression. Other ereturned values could be added too, e.g. The F value. See the help for statsby.
------------------------------------------- Richard Williams
Professor Emeritus of Sociology
University of Notre Dame
StataNow Version: 19.5 MP (2 processor) EMAIL: [email protected] WWW: https://academicweb.nd.edu/~rwilliam/
Also, if you want to compute p values for T statistics, the statsby command should include something like dfr = e(df_r). But if you have 1000s of cases for each regression, you can get by with just treating the Ts as Zs and calculate the P value accordingly.
------------------------------------------- Richard Williams
Professor Emeritus of Sociology
University of Notre Dame
StataNow Version: 19.5 MP (2 processor) EMAIL: [email protected] WWW: https://academicweb.nd.edu/~rwilliam/
Comment