consejos para prograr en R

Buenas noches me llamo Jose David quisiera consejos de como aprender a prograr en R gracias.

A book in English (un libro en inglés)
https://r4ds.hadley.nz/

1 Like

Hi @Jose_David_Munoz, welcome!

I think that not exist a rule for start to learn, but I could tell you the thing that I make for learn a little bit.

you could start replicating codes you find on the web according to the topic of your interest. It could be graphs or basic statistics.

It is important that you also learn how to load databases.

It is important to learn the basic sitaxis and then move on to more advanced data handling libraries like Tidyverse.

But the most important thing is to practice a lot so that you don't forget it easily. Practice make a master is something I try to remember constantly.

1 Like

Utilicé este libro del profesor Rafael Irizaary de la Universidad de Harvard como parte de su curso introductorio integral para estudiantes de posgrado en ciencias de la vida. Se supone que no tiene experiencia previa en programación. También tiene mucho cuidado de nunca asumir nada sobre su comprensión de R que no haya cubierto. (Traducción por aplicación.)

from google translate :
Recomiendo el paquete swirl, que enseña R. Puede funcionar en español.

# install.packages("swirl") # only need to install it once ; then in future load it with library
library(swirl)
select_language(language = "spanish")
swirl()

hola muchas gracias por su consejo lo tendre muy encuenta

muchas gracias por ese libro

en español también

R para Ciencia de Datos (hadley.nz)

muchas gracias por el consejo y por el libro lo tendré en cuenta

1 Like

gracias por el libro William

1 Like

hola no me funsiona me aparece error de swirl

Ha instalado el paquete?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.