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