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: unexpected end of file when execute glm


From   Eric Booth <[email protected]>
To   "<[email protected]>" <[email protected]>
Subject   Re: st: unexpected end of file when execute glm
Date   Wed, 7 Jul 2010 15:46:58 +0000

<>

Hi Guang:

It looks like the issue might be with the comment in your first line:

13.  svy: glm       r`i'pin r`i'`x'nhu /*parental NH stay experience*

you don't close it with  "*/", so Stata keeps looking for the end of the comment, which it never finds.

~ Eric
__
Eric A. Booth
Public Policy Research Institute
Texas A&M University
[email protected]
Office: +979.845.6754


On Jul 7, 2010, at 10:39 AM, G. Dai wrote:

> hi all,
> I'm using glm command to estimate a fraction probit model.
> however, when the do file goes to the following part, it always
> remind me the message of
> "unexpected end of file
> r(612);
> "
> I double checked it without finding anything wrong.
> 
> More wired, the do file did work yesterday though very slow. actually,
> it took me hours to finish the estimation.
> 
> any help is appreciated.
> 
> Guang
> 
> ************************excerpt begins******************
> 
> 13.  svy: glm       r`i'pin r`i'`x'nhu /*parental NH stay experience*
>>               h`i'itot h`i'atotf /*income and financial wealth*/
>>               r`i'conde r`i'adlsa r`i'iadlsa /*health condition and status*/
>>               r`i'nrshom /*past NH experience*/
>>               raedyrs  r`i'agey_b  ragender /*identity*/
>>               h`i'child r`i'hiltc /*health insurance and children*/
>>               i.r`i'cenreg,fam(bi 1) link(probit);
>> estimates store glm_`x';
> 
> unexpected end of file
> r(612);
> 




*
*   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