FO.norm | 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
FM FO.binary FO.naive
# Create the normalised FO matrix of Berkshire Hathaway's holdings
data('firms_BKB')
FO <- FO.norm(firms_BKB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.