Closed aqsmith08 closed 8 years ago
Fix unexpected input error by changing double quotes to single quotes. Here's what I ran:
library(AnomalyDetection) data(raw_data) res = AnomalyDetectionTs(raw_data, max_anoms=0.02, direction='both', only_last=”day”, plot=TRUE)
And here's the error I received:
Error: unexpected input in "res = AnomalyDetectionTs(raw_data, max_anoms=0.02, direction='both', only_last=�"
Fix unexpected input error by changing double quotes to single quotes. Here's what I ran:
And here's the error I received: