FF.norm.ownership | R Documentation |
Function to create a normalised-valued firm-firm (FF) matrix based on common ownership
FF.norm.ownership(
...,
id_as_firm_name = NULL,
Matrix = NULL,
self_ties = FALSE
)
... |
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 |
self_ties |
Whether to allow self-ties (a 'loop' in graph theory). Defaults to |
Normalised-valued means that weights represent the share of common managers.
A matrix object of class financial_matrix
(possibly using the Matrix
package)
Telarico, Fabio Ashtar
Other Financial_matrix builders:
FF()
,
FF.binary.both()
,
FF.binary.management()
,
FF.binary.ownership()
,
FF.naive.both()
,
FF.naive.management()
,
FF.naive.ownership()
,
FF.norm.both()
,
FF.norm.management()
# Create the normalised FF matrix of Berkshire Hathaway's holdings by common ownership
data('firms_BKB')
FF <- FF.norm.ownership(firms_BKB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.