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: RE: Display of -ml- results - broken code with latest update of Stata 11


From   Partha Deb <[email protected]>
To   [email protected]
Subject   Re: st: RE: Display of -ml- results - broken code with latest update of Stata 11
Date   Sun, 21 Mar 2010 10:51:32 -0400

Martin,

Thanks for that super quick response, and your correct diagnosis. I just updated again and the problem has disappeared.

cheers.

Partha


Martin Weiss wrote:
<>

Your code works fine for me. I have:

Stata/MP 11.0 for Windows (64-bit x86-64)
Born 09 Mar 2010

Could it be that your executable is out of sync? Similar reports have
surfaced in the last couple of days, and were solved in this fashion...


HTH
Martin

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Partha Deb
Sent: Sonntag, 21. März 2010 15:40
To: Statalist
Subject: st: Display of -ml- results - broken code with latest update of
Stata 11

Hi all,

The latest update of Stata 11 seems to have broken -fmm- . Although I haven't checked, it seems to me that the "problem" will arise for any user written likelihood. Note that this code worked just fine even two weeks ago, running without any overall version control in the do file. Now it won't run even with version control.

I'd appreciate any ideas / hints.

Best.

Partha

. clear all
. version 10.1
. set more off

. use http://urban.hunter.cuny.edu/~deb/Stata/datasets/mepssmall.dta
. gen mc=(instype>1)
. fmm docvis mc female minority age nchroniccond ///
 >         , mixtureof(poisson) components(2)

Fitting Poisson model:

<output omitted>

Fitting 2 component Poisson model:

Iteration 0:   log likelihood = -22059.861  (not concave)
<output omitted>
Iteration 8: log likelihood = -14396.812 2 component Poisson regression Number of obs = 5033 Wald chi2(10) = 3223.81 Log likelihood = -14396.812 Prob > chi2 = 0.0000

option nullok not allowed
                 stata():  3598  Stata returned error
   _b_table::di_titles():     -  function returned error
           _coef_table():     -  function returned error
                 <istmt>:     -  function returned error
r(3598);


--
Partha Deb
Professor of Economics
Hunter College
ph:  (212) 772-5435
fax: (212) 772-5398
http://urban.hunter.cuny.edu/~deb/

Emancipate yourselves from mental slavery
None but ourselves can free our minds.
	- Bob Marley

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