Sherry Pan
Results
1
issues of
Sherry Pan
After installing dependency and the project, I follow the simple example in README: ``` data(raw_data) res = AnomalyDetectionTs(raw_data, max_anoms=0.02, direction='both', plot=TRUE) res$plot ``` When I run `res$plot`, an error occurs:...