Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Sergiy Radyakin <serjradyakin@gmail.com> |
To | "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: Problem with spatwmat |
Date | Tue, 6 Aug 2013 22:45:01 -0400 |
The error is usually a result of -set obs N- command, like in the following: sysuse auto set obs 2 What you can do is type: set trace on then run your program and see where it stops. Then work backwards as to how N is determined. Making known the exact command that you typed would probably help. Best, Sergiy On Tue, Aug 6, 2013 at 10:03 PM, Simon Planells <simonplanells@gmail.com> wrote: >>> If tried to create spatial weight matrixes but Stata gives the following error: obs must be between 5430 and 2925713. 5430 are the number of observations I have! >>> >>> I use stata 11 with a 64 bits computer and i have no missing values. Any clue what the problem is? I hace already increased the memory allo ated to stata. > > > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/statalist-faq/ > * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/