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