-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.Rmd
34 lines (23 loc) · 1.26 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "Análisis de Datos con R"
author: "Teresa Ortiz"
site: bookdown::bookdown_site
output: bookdown::gitbook
bibliography: [book.bib]
documentclass: book
biblio-style: apalike
link-citations: yes
description: "Notas y material para taller de introducción al análisis de datos con R"
---
# Información del curso {-}
Notas y material para taller de introducción al análisis de datos con R
* Notas: <https://analisis-datos-r.netlify.app/>
* Dudas: <[email protected]>
* Repositorio: <https://github.com/tereom/r-analisis-datos/>
La referencia principal de este material es el libro [R for Data Science](https://r4ds.had.co.nz/) de Hadley Wickham y Garret Grolemund.
</br>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />Este trabajo está bajo una <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Licencia Creative Commons Atribución 4.0 Internacional</a>.
### Software {-}
- [R](https://cran.r-project.org) Sitio de R (CRAN)
- [RStudio](https://www.rstudio.com/products/RStudio/) Interfaz gráfica para trabajar en R.
- [Recursos para aprender R](https://education.rstudio.com/)