Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: "unrecognized command: merge" when reshaping


From   "Dan Rigby" <[email protected]>
To   [email protected]
Subject   st: "unrecognized command: merge" when reshaping
Date   Wed, 13 Apr 2005 14:10:54 +0100

When I run these commands I get an error message. The data file  
is 2000 obs and I want to reshape it into 50 x 50 after the density  
plot: 


set matsize 800 
kdens2 var6 var7 , saving(c:/testdan2, replace) 
clear 
use c:/testdan2 
reshape wide d _var7 _var6, i(_i) j(_j) 

the error reads: 
unrecognized command:  merge 
r(199) 

there is a similar question from last year in the statalist archive but  
I can't see an answer to it. 

Any advice appreciated.

thanks, 
dan rigby 




*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index