cut_point.Rd
Designed to implement cut_point
algorithin on column
cut_point(data, movAvg = 21, startQuant = 0.2, movAvg_zeroDays = 1, dialBack = 0)
data | Tibble/Data Frame with the following columns:
|
---|---|
movAvg | Moving average
|
startQuant | Quantile percentage to determine start date cut_point
|
movAvg_zeroDays | Number of consecetive moving averages evaluated at zero to begin end date cut_point process
|
dialBack | Number of days to 'dialBack' to determine a new end date cutPoint
|
filtered tibble with cut_point
algorithim performed
test#> Error in eval(expr, envir, enclos): object 'test' not found