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]

Re: st: Creating pairs


From   "Dimitriy V. Masterov" <[email protected]>
To   [email protected]
Subject   Re: st: Creating pairs
Date   Mon, 2 Apr 2012 11:11:17 -0400

Take a look at -cross-.

DVM

On Mon, Apr 2, 2012 at 11:05 AM, Michael Betz
<[email protected]> wrote:
> Hi all,
>
> I have two variables "msa" and "ind" representing US metro areas and industries, respectively. I want to create a data set where each msa has an observation for each industry.
>
> I have:
>
> msa     ind
> 1       001
> 2       003
> 3       005
> 4       007
> 5       009
>
> And would like:
>
> msa     ind
> 1       001
> 1       003
> 1       005
> 1       007
> 1       009
> 2       001
> 2       003
> 2       005
> ect.
>
> I'm sure there's a simple solution, but I'm having trouble thinking of one.
>
> Thanks,
> Mike
>
>
> *
> *   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/

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