You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
689 B
25 lines
689 B
---
|
|
weight: 4
|
|
title: "Notas de R (lenguaje de programación)"
|
|
date: 2022-03-02T17:11:10+0100
|
|
draft: true
|
|
summary: "Notas sobre R el lenguaje de programación especializado en estadísticas"
|
|
categories:
|
|
- notes
|
|
tags:
|
|
- rlang
|
|
- programacion
|
|
---
|
|
|
|
|
|
|
|
|
|
## Referencias
|
|
|
|
- [A Short R Tutorial](https://strata.uga.edu/software/pdf/Rtutorial.pdf) (pdf)
|
|
- [R: A self-learn tutorial](https://gsp.humboldt.edu/OLM/R/Tutorials/BestFirstRTutorial.pdf) (pdf)
|
|
- <https://www.r-tutor.com/> (evaluar)
|
|
- <https://www.w3schools.com/r/default.asp> W3Schools (evaluar)
|
|
- <https://www.tutorialspoint.com/r/r_overview.htm> Tutorialspoint (evaluar)
|
|
- <https://www.guru99.com/r-tutorial.html> Guru99 (evaluar)
|