Best way to learn rstudio?

I have no background in coding or computers. But I'm a medical student and I would like to use Rstudio for clinical research.Although I can follow his steps, I'm having trouble applying on different things. I don't think I fully understand the purpose of every symbol that's typed out although the general idea I get. I have trouble even with knowing when to include quotation marks "" or when not to include them in a line of code. I'm wondering is there an efficient way to self learn Rstudio? Also, what other programming language should I get into? Any advice is appreciated, thanks.

A good place to start learning might be this book:

A fact that may make your searches for answers easier is that the programming language is called R. RStudio is a program that is separate from R and provides many convenient tools for writing R code and viewing the results of running code. It is possible to use R without RStudio, though I definitely recommend using it. Most of the problems you encounter will concern the R language.

Also, there are usually many ways to do any particular task with R. The book I recommended emphasizes a particular set of tools called the tidyverse. If you search other sources, they may use other methods. It is easy for beginners to get confused by by the variety of methods. Some confusion and frustration are inevitable when learning but feel free to ask here when you get stuck on a problem.

3 Likes

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