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: error in forval?
From
Austin Nichols <[email protected]>
To
[email protected]
Subject
Re: st: error in forval?
Date
Wed, 20 Oct 2010 07:38:28 -0400
helen bian <[email protected]>:
Incorrect numlist; try instead
forvalues i=1(1)6 {
forvalues j=`=`i'+1'/7 {
di `i', `j'
}
}
but also note that -prtest- is a poor solution for most problems;
svy:tab is better (even for non-survey data--just -svyset, srs- first)
or a -logit- of FLAG_ChoseBestHosp1 on the single dummy variable
defined by BG_Condition_recode==`i'.
On Wed, Oct 20, 2010 at 7:29 AM, helen bian <[email protected]> wrote:
> Dear all,
>
> Could any one point to me what the problem is in the following for loop, please?
>
> forvalues i=1(1)6{
> forvalues j= `i'+1 /7{
> prtest FLAG_ChoseBestHosp1 if ( BG_Condition_recode==`i'|
> BG_Condition_recode==`j'), by( BG_Condition_recode)
> }
> }
>
*
* 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/