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


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

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