G
Geoffrey
I am putting together a database of annual information
about a sample of companies (key figures, shareholders
and subsidiaries, directors and their other
directorships, etc.). If possible, I would like to
recompile some of this data and ouput it as an array or
matrix (in text file or Excel format) in order to use it
in a network analysis package.
For example:
For any given year, I have data on the ownership ties
between the firms in my sample. I want to produce a
square matrix (with the names of all the firms at the top
and down the side) and code the existence of a tie with
a "1" and the absence of a tie with a "0".
Another example:
Many directors are members of more than one board. I have
a database of directors and firms. I want to count the
number of pairs of directors who sit on the same boards
and report those counts, again, in a square matrix.
(Note: the first example will produce an asymmetric
matrix while the second will produce a symmetric one).
Complex explanation to arrive at a simple question: is
this possible and, if so, how?
Thanks!
Geoffrey
about a sample of companies (key figures, shareholders
and subsidiaries, directors and their other
directorships, etc.). If possible, I would like to
recompile some of this data and ouput it as an array or
matrix (in text file or Excel format) in order to use it
in a network analysis package.
For example:
For any given year, I have data on the ownership ties
between the firms in my sample. I want to produce a
square matrix (with the names of all the firms at the top
and down the side) and code the existence of a tie with
a "1" and the absence of a tie with a "0".
Another example:
Many directors are members of more than one board. I have
a database of directors and firms. I want to count the
number of pairs of directors who sit on the same boards
and report those counts, again, in a square matrix.
(Note: the first example will produce an asymmetric
matrix while the second will produce a symmetric one).
Complex explanation to arrive at a simple question: is
this possible and, if so, how?
Thanks!
Geoffrey