Índice

Introducción

  • Introducción a R y RStudio
  • Definiendo mi directorio de trabajo
  • Manejo de paquetes
  • Manejo de scripts

Manejo de objetos

  • Lenguaje orientado a objetos
  • Tipos de objetos
  • Manipulación de objetos (base)
  • Manipulación de objetos con gramática de dplyr
  • Importación y exportación de objetos

Manejo de datos

  • Generación de variables
  • Objetos tipo factor
  • Exploración de variables categóricas
  • Selección de casos
  • Funciones y loops

Visualización de datos

  • Introducción a visualización (base)
  • Introducción a gramática de ggplot2

Estadística descriptiva

  • Medidas de tendencia central
  • Medidas de dispersión
  • Pruebas de hipótesis

Regresión lineal simple

  • Construcción de modelos de regresión lineal simple
  • Pruebas

Referencias

Barnier, J., Briatte, F., & Larmarange, J. (2022). questionr: Functions to Make Surveys Processing Easier. https://CRAN.R-project.org/package=questionr
Dowle, M., & Srinivasan, A. (2021). data.table: Extension of ‘data.frame‘. https://CRAN.R-project.org/package=data.table
Garnier, S., Ross, N., Rudis, R., Camargo, A., Sciaini, M., & Scherer, C. (2021). viridis - Colorblind-Friendly Color Maps for R. https://doi.org/10.5281/zenodo.4679424
Petrovsky, E., & Destefanis, M. (2024). Data transformation with data.table : : CHEAT SHEET. https://raw.githubusercontent.com/rstudio/cheatsheets/master/datatable.pdf.
Posit, P. (2023a). Data transformation with dplyr. https://rstudio.github.io/cheatsheets/html/data-transformation.html.
Posit, P. (2023b). Data visualization with ggplot2. https://posit.co/resources/cheatsheets/data-visualization-with-ggplot2/.
Posit, P. (2023c). RStudio IDE cheatsheet. https://posit.co/resources/cheatsheets/rstudio-ide-cheatsheet/.
Wickham, H. (2016). ggplot2: Elegant Graphics for Data Analysis (2nd ed.). Springer-Verlag New York. https://ggplot2.tidyverse.org
Wickham, H., Çetinkaya-Rundel, M., & Grolemund, G. (2023). R for data science (2nd ed.). O’Reilly Media. https://r4ds.hadley.nz/
Wickham, H., François, R., Henry, L., & Müller, K. (2022). dplyr: A Grammar of Data Manipulation. https://CRAN.R-project.org/package=dplyr