Description Usage Arguments Value Examples
This function transposes creates parameter b for use with walkr. The function calculates the target portfolio's exposures and returns a transposed frame for matching
1 | transpose_b(universe_small, match, portfolio.weight)
|
universe_small |
is the set of stocks available in the universe (with redundant assets removed), with target weights |
match |
is the vector of column names which contain the characteristics we'd like to match |
portfolio.weight |
is the name of the column which contains the target portfolio weights (for calculating exposures) |
b, a frame of target portfolio exposures
1 2 3 4 | ## Not run:
b <- transpose_b(universe_small, match, portfolio.weight)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.