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]

st: ttest error message


From   Xixi Lin <[email protected]>
To   statalist <[email protected]>
Subject   st: ttest error message
Date   Fri, 15 Mar 2013 15:47:02 -0400

Hi,

I am using the following ttest code; however it shows the error
message:1 group found, 2 required-----what does it mean?

Here is my code:
foreach x in x1 x2 x3 x4 x5 {
foreach z of numlist 2/120 {
foreach j of numlist 10 15 20 25 30 35 40 45 50 55 {
    qui ttest Return if inlist(group_`x',1,10) & Period==`z' &
Sector==`j', by(group_`x') unequal
    display "`x'"   "Period "  "`z'"  "Sector " "`j'"  `r(p_l)'
`r(p)'  `r(p_u)'
 }
}
}

Any help is appreciated!

Thanks,
Xixi Lin
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


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