Description Usage Arguments Details Value See Also Examples
Computes the median percentage from total within each strategy and removes holdings from position data that have median zero.
1 | clean_position(position)
|
position |
A data.frame object containing holdings information. It is assumed to be generated using |
Computes the median percentage from total within each strategy and removes holdings from position data that have median zero.
It is the opposite of find_rare_position
. Sometimes even after removing blocked holdings using remove_blocked
there
are holdings that belong to client decision and not our investment strategies (the position has not yet been blocked). This method
can be used to further clean the data by removing elements that are uncommon within a strategy
A data.frame with the holdings after removing id's that have zero median within a strategy
1 | clean_position(get_position("2015-12-31"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.