|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: merge command
Liss answered your post:
Liss Palamkunnel para statalist
mostrar detalhes 12:08 (2 horas atr�s) Responder
You may already have a variable called _merge in your master dataset.
******
For me, works well:
***begin example****
webuse child
webuse parent
sort family_id
joinby family_id using http://www.stata-press.com/data/r10/child, _merge(_merge)
**end example****
2008/7/24 Ziad El-Khatib <[email protected]>:
> Hi!
> I wrote merge command in do file and always run it without problem.
> Today i got strange message
>
> _merge invalid name
> r(198);
>
> The command is pasted below
>
> joinby studyid using "C:\Documents and Settings\Administrator\My
> Documents\Ziad_files\table01_080716.dta",_merge(_merge)
>
>
> Any tips?
> Thank you and best regards
> ziad
>
> *
> * 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/
>
--
-------------------------------
Joao Ricardo Lima
Professor
UFPB-CCA-DCFS
+553138923914
-------------------------------
*
* 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/