R/ajustePIB.R

# Função que faz o ajuste sazonal do PIB
# ajustePIB <- function(x){
#   ajuste <- seas(x, x11 = "", arima.model = "(0 1 1)(0 1 1)")
#   round(ajuste$series$d11,2)
# }

# just testing on Ubuntu 16.04
guilbran/nowcasting documentation built on May 17, 2019, 2:09 p.m.