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: Problem with spatwmat
From
Sergiy Radyakin <[email protected]>
To
"[email protected]" <[email protected]>
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 <[email protected]> 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/