powered by
Print EWS Detection Results
# S3 method for ews print(x, ...)
x (invisibly).
x
[ews] An EWS detection result from detect_warnings().
ews
detect_warnings()
Additional arguments passed to the generic print method.
set.seed(123) ts_data <- stats::arima.sim(list(order = c(1, 1, 0), ar = 0.6), n = 200) ews <- detect_warnings(ts_data) print(ews)
Run the code above in your browser using DataLab