[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
RE: st: data management for nlogit
You should have a look at the -fillin- command:
. fillin id resto
. gen choice = 1 - _fillin
Raja Chakir wrote:
> The data set looks like:
>
> id resto
> 1 A
> 2 A
> 3 B
>
> I want the get the data that looks like:
>
> id resto choice
> 1 A 1
> 1 B 0
> 2 A 1
> 2 B 0
> 3 A 0
> 3 B 1
*
* 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/