FO.norm {FinNet} | R Documentation |
The values represent the share of firm i
's capital owned by j
.
FO.norm(..., id_as_firm_name = NULL, Matrix = NULL)
... |
Either multiple objects of class |
id_as_firm_name |
Whether to use the ticker as the firm's name. Defaults to |
Matrix |
Whether to use the |
A matrix object of class financial_matrix
(possibly using the Matrix
package) in which:
Represent firms;
Represent owners (physical and legal persons).
Telarico, Fabio Ashtar
# Create the normalised FO matrix of Berkshire Hathaway's holdings
data('firms_BKB')
FO <- FO.norm(firms_BKB)