FO.naive | R Documentation |
The values are simply the value of the owner j
's stake in firm i
.
FO.naive(..., 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.norm
# Create the naive FO matrix of Berkshire Hathaway's holdings
data('firms_BKB')
FO <- FO.naive(firms_BKB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.