get.matrix.twomode {FinNet} | R Documentation |
Function to create a firm-owner (FO) or firm-manager (FM) matrix
Description
The possible values of ties
are:
-
binary
or1
for binary ties; -
weighted
,valued
, or2
to weight the tie between companyi
and the personj
as the value ofj
's share ofi
's capital; -
share
or3
(the default) to weight the tie between companyi
and the personj
as the share ofi
's capital owned byj
.
Usage
get.matrix.twomode(..., who, ties = 3, id_as_firm_name = NULL, Matrix = NULL)
Arguments
... |
Either multiple objects of class |
who |
Whether to extract the 'managers' or the 'owners' (minimum unambiguous string) |
ties |
Type of ties to create. Defaults to |
id_as_firm_name |
Whether to use the ticker as the firm's name. Defaults to |
Matrix |
Whether to use the |
Value
A matrix object of class financial_matrix
(possibly using the Matrix
package) in which:
- the rows
Represent firms;
- the columns
Represent managers/owners (physical and legal persons).
Author(s)
Telarico, Fabio Ashtar