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: spmat object not found


From   "Smit, M.J." <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: spmat object not found
Date   Tue, 18 Oct 2011 16:39:40 +0000

When I try to export an spmat object through a dofile, I always run into the same error; Stata claims it cannot find the object. If I try to recreate the object, it says... it already exists. What is happening?

. spmat contiguity nuts2q using nuts2coord, id(_ID)
warning: spatial-weighting matrix contains 2 islands

. spmat save nuts2q using nuts2q.spmat, replace

. * Save as .dta, for use by spatreg.
. spmat export nuts2q using nuts2q.txt
spmat object nuts2q not found
r(498);

end of do-file
r(498);

. spmat contiguity nuts2q using nuts2coord, id(_ID)
object with name nuts2q already exists
r(498);

. spmat export nuts2q using nuts2q.txt
spmat object nuts2q not found
r(498);

Best regards,
Martijn


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