Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: st: CI interval in ANOVA summary table


From   "Airey, David C" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   re: st: CI interval in ANOVA summary table
Date   Thu, 8 Mar 2012 10:03:36 -0600

.


Maybe a stronger statement is that if you are using Stata 12, 
there seems little point to using the "oneway" command. 
Anova (or regress) with the pwcompare command gives you the 
adjusted confidence intervals.

Use:

clear
webuse apple
anova weight treatment
pwcompare treatment, effects mcompare(tukey)

or if the data are many to one control, use

pwcompare treatment, effects mcompare(dunnett)


> Hi Everybody
> 
> 
> 
> I have a question regarding the summary table produced by Stata when using the Anova command. (oneway xxx yyy, bonferroni). If I use the interfase for the one-way ANOVA and choose the summary table with everything included I will get mean, Std. Dev. and Freq. But there is no confidence interval (CI) for each group. I can get the information by using the CI calculater but its a bit time consuming.
> 
> 
> 
> Is there a way to make Stata produce the CI intervals after the ANOVA in the summary table or afterwards by a simple command ???
> 
> 
> 
> Kind Regards
> 
> 
> 
> Lars Lindholm Sorensen M.D.
> 
> Post. Doct. Fellow
> Dept. of Cardiology
> Johns Hopkins University


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index