View source: R/get_rebalance_dates.R
get_rebalance_dates | R Documentation |
get_rebalance_dates
determines rebalancing dates based on rebalancing
frequency chosen by the user. This is a helper function used by
backtest_allocation
and is not intended to be called directly by the user.
get_rebalance_dates(dates, reb_freq, k = 1)
dates |
A vector of dates |
reb_freq |
Character with rebalancing frequency. Options are
|
k |
An integer with number of periods to skip. |
A vector of dates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.