FO.norm {FinNet} | R Documentation |
Function to create a naive-valued firm-owner (FO) matrix
Description
The values represent the share of firm i
's capital owned by j
.
Usage
FO.norm(..., id_as_firm_name = NULL, Matrix = NULL)
Arguments
... |
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 |
Value
A matrix object of class financial_matrix
(possibly using the Matrix
package) in which:
- the rows
Represent firms;
- the columns
Represent owners (physical and legal persons).
Author(s)
Telarico, Fabio Ashtar
See Also
Examples
# Create the normalised FO matrix of Berkshire Hathaway's holdings
data('firms_BKB')
FO <- FO.norm(firms_BKB)
[Package FinNet version 0.1.2 Index]