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

st: RE: RE: "dyadic" data


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: "dyadic" data
Date   Wed, 9 Feb 2005 13:55:24 -0000

If the whole dataset has exactly
this structure this is indeed the 
direct solution. 

Nick 
[email protected] 

Scott Merryman
 
> Here is one way:
> 
> keep if mod(_n,2) == 1
 
Anne-C�lia Disdier

> > I`ve the following "dyadic" dataset (where var1 and var2 are string
> > variables):
> > 
> > var1   var2
> > a      b
> > b      a
> > a      c
> > c      a
> > b      c
> > c      b
> > 
> > In my case, ab and ba, ac and ca, bc and cb are the same 
> observations. I
> > just
> > want to keep one of the two observations (for example ab, 
> bc, ac). How can
> > ask
> > Stata to delete the second observation (ba, cb, ca)
> > 

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