regime_means | R Documentation |
calculates the mean for each regime in a regime shift analysis.
regime_means(data, col, rsi)
data |
The dataframe that will be used. |
col |
The column we are measuring change on. |
rsi |
The column containing RSI values. |
A vector of the mean value for each regime.
regime_means(lake_RSI, "DCA1", "RSI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.