Referencias
- Programación avanzada con R
https://oer.uni-marburg.de/data/mriliasmooc/lm_data/lm_2050/speeding-up-iteration-procedures.html
- Funciones
https://bookdown.org/rdpeng/RProgDA/functions.html)
- Tutorial - principal fuente de este bookdown
- Ejemplo de árboles de decisión
https://www.guru99.com/r-decision-trees.html
- Viñeta rpart.plot
https://cran.r-project.org/web/packages/rpart.plot/rpart.plot.pdf
- Opciones de ploteo Rpart Tree
http://www.milbo.org/rpart-plot/prp.pdf
- Importancia de Variables
https://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm#varimp
- Ejemplo detallado de RF