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: How to tackle the r1400 error message


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: How to tackle the r1400 error message
Date   Thu, 26 Aug 2010 10:53:10 +0000 (GMT)

--- On Thu, 26/8/10, Nicola Man wrote:
> I am running into problems with numerical overflow
> according to the r(1400) error message, but really
> wanted to fit the multi-level model I am fitting. 
> It was working fine with the model fitting only
> random effects and intercept.

I would try rescaling your variables. So that the 
value 1 has a reasonable unit. Say your model includes 
the gross domestic product of countries, then you do
not want to add that in dollars but in billions
of dollars. So in that case you create a new
variable by typing: 
gen gdp_b = gdp / 10e9

and use gdp_b instead of gdp.

Hope this helps,
Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany

http://www.maartenbuis.nl
--------------------------


      

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