Introduction to R programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Introduction to R programming

What is R? R is a open source language and environment for statistical computing and graphics which provides a wide variety of statistical and graphical techniques: linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc. For more information see: https://www.r-project.org How to use R? To use R you have to download and install R first to your computer. R is open source so you cam download it for free at: https://www.r-project.org

9th Apr 2018, 5:35 AM
Mathijs
Mathijs - avatar
7 Answers
+ 4
User recommendations It is recommened to use a programming invironment for using R to write and run your code. A good open source solution for that is R studio. You can download it for free at: https://www.rstudio.com/products/rstudio/download/ Note: First download and install R and then Rstudio!
9th Apr 2018, 5:35 AM
Mathijs
Mathijs - avatar
9th Apr 2018, 6:06 AM
Mathijs
Mathijs - avatar
+ 1
x <- 42 y <- 99 z <- 2 res <- (x y, ) print(res)
26th Jan 2023, 1:28 PM
VISHWA M
VISHWA M - avatar
0
r and ruby are same??
28th Nov 2019, 1:56 PM
민호김
민호김 - avatar
0
@민호김 no they're two different languages but they are used together a lot. R is used for statistical and data analysis, whereas Ruby is more used for web development
11th Feb 2020, 3:35 PM
Joy Rowan Casey
Joy Rowan Casey - avatar
- 1
Can help me guys, i don't understand Fill in the blanks to find and output the maximum of the given 3 variables. x <- 42 y <- 99 z <- 2 res <- (x y, ) print(res)
22nd Feb 2022, 1:55 AM
Nadia Anggraeni