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

st: converting data to adjacency matrix


From   Sascha Robert <[email protected]>
To   STATA List <[email protected]>
Subject   st: converting data to adjacency matrix
Date   Mon, 31 Jan 2005 09:00:04 +0100

Hi

I am quite new STATA, no wonder I can't solve the following problem:

I got data that represents relationships between entities:

"ID_Entity_1"        "ID_Entity_2"
1                    2
1                    2
2                    3
3                    1

I want to convert this data into a adjacency matrix looking like this:

                "ID_1"     "ID_2"     "ID_3"
"ID_1"             0          2          0
"ID_2"             0          0          1
"ID_3"             1          0          0

How can I do it?

Best regards,
Sascha

--
***** sascha robert | mailto: [email protected] *****
*
*   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