March 2019
Beginner to intermediate
448 pages
13h 14m
English
We will work with the steel production for Argentina. This is a monthly series collected from January 1993 to December 2018. We will analyze this time series according to its spectral density:
library(imputeTS) library(timesboot) butane = read.csv("./steel.csv") butane = ts(butane$valor,start=c(1993,1),frequency = 12) ...Read now
Unlock full access