Informacion de los autores:

Haique, Ana Karina

Gimenez Gustavo

Rubio, Natalia

Malaspina, Maria Laura

Referencias Bibliografícas

Bolla, D. A., y et al. (2022). Informe de precios de carne y ganado de la patagonia.

Cleveland, W. S., & Grosse, E. (1991). Computational methods for local regression. Statistics and computing, 1(1), 47-62.

Dancho, M., Vaughan, D., & Dancho, M. M. (2022). Package ‘timetk’.

Grolemund, G., & Wickham, H. (2011). Dates and times made easy with lubridate. Journal of statistical software, 40, 1-25.

Gujarati, D. N., y Porter, D. C. (2011). Econometría básica. ed. Porto Alegre: AMGH.

Iglesias, D., & Ghezan, G. (2010). Análisis de la Cadena de la Carne Bovina en Argentina. Estudios socioeconómicos de los sistemas agroalimentarios y agroindustriales, (5).

Maino, G. H., y Martinez, L. A. (1980). La empresa agropecuaria.

Parra, F. (2019). Estadística y Machine Learning con R. URL: https://bookdown.org/content/2274/series-temporales.html

R Core Team. (2020). R: A language and environment for statistical computing [Manual de software informático]. Vienna, Austria. Descargado de https://www.R-project.org/

Villarreal, P., Bolla, D. A., Romagnoli, S. O., y Cariac, G. (2018). Efecto sobre la ganadería bovina de la ampliación del área sin vacunación aftósica en patagonia.

Wickham, H., & Wickham, M. H. (2017). Package tidyverse. Easily Install and Load the ’Tidyverse.

Librerias Principales

library(tidyverse)
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ──
## ✔ ggplot2 3.3.6     ✔ purrr   0.3.4
## ✔ tibble  3.1.7     ✔ dplyr   1.0.9
## ✔ tidyr   1.2.0     ✔ stringr 1.4.0
## ✔ readr   2.1.2     ✔ forcats 0.5.1
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
library(lubridate)
## 
## Attaching package: 'lubridate'
## The following objects are masked from 'package:base':
## 
##     date, intersect, setdiff, union
library(timetk)

library(forecast)
## Registered S3 method overwritten by 'quantmod':
##   method            from
##   as.zoo.data.frame zoo
library(ggplot2)

Codigo de trabajo

You can also embed plots, for example:

## ℹ Using "','" as decimal and "'.'" as grouping mark. Use `read_delim()` for more control.
## Rows: 97 Columns: 2
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ";"
## chr (1): Mes
## dbl (1): PPCord
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.

## frequency = 12 observations per 1 year
## trend = 12 observations per 1 year

## Warning: `gather_()` was deprecated in tidyr 1.2.0.
## Please use `gather()` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
## frequency = 12 observations per 12 months
## trend = 12 observations per 1 year