March 2019
Beginner to intermediate
448 pages
13h 14m
English
We will use the anomalize package to detect outliers for a time series containing the amount of dollars sold to the market by the agricultural-export sector.
library(anomalize) library(dplyr) library(tibbletime)
currency_sales = read.csv("./sold_usd_oilseeds.csv") currency_sales$indice_tiempo = as.Date(currency_sales$indice_tiempo,"%Y-%m-%d")
Read now
Unlock full access