Description Usage Arguments Value Examples
This function transposes the universe parameter, one_hot encoding any factor variables.
1 | transpose_a(universe_small, match)
|
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 |
A, n characteristics in height, for walkr computation
1 2 3 4 | ## Not run:
A <- transpose_a(universe_small, match)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.