Hi,
I am trying to remove "duplicate permutations". For instance:
ID source target
1 A B
2 A C
3 B C
4 B A
5 C B
Here, I would like to remove lines 4 and 5, because they are duplicates of lines 1 and 3. Any suggestion on how to do that?
Related Posts with Removing duplicate permutations
Multiple legends in combined subplots using the coefplot commandHello all. I am running a bunch of regressions, each with a different dependent variable using the s…
estout column output helpHello, I'm using the estout command like this: Code: sysuse auto glm foreign price, fam(bin) l…
Averaging eclass commands across multiple modelsI am working with a data set that has five implicate data sets. For each data set, I am running a re…
First Difference vs Fixed Effects Serial CorrelationHi, I am running the following regression: xtreg recycling loginc logpopden md11 md12 md13 md14 md…
Why do different fixed effects change some coefficients during robustness tests?Hello everybody, I am currently investigating the effects of a host country's domestic war on donor…
Subscribe to:
Post Comments (Atom)
0 Response to Removing duplicate permutations
Post a Comment