Skip to content

Commit

Permalink
fixed regime means and removed Rd file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed May 14, 2024
1 parent 43e32bb commit 92dac2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions R/regime_means.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#'
#' @export
regime_means <- function(data, col, rsi){
col <- data[,col]
rsi <- data[,rsi]
col <- data[[col]]
rsi <- data[[rsi]]
current_regime <- c()
regime_means <- c()

Expand Down
29 changes: 0 additions & 29 deletions man/rshift-package.Rd

This file was deleted.

0 comments on commit 92dac2f

Please sign in to comment.