Тёмный

A quick orientation of RStudio IDE 

Plotly Analytics - Giving Life to Data
Подписаться 79
Просмотров 20
50% 1

RStudio is an integrated development environment (IDE) for R and Python. It includes a console, syntax-highlighting editor that supports direct code execution, and tools for plotting, history, debugging, and workspace management. RStudio is available in open source and commercial editions and runs on the desktop (Windows, Mac, and Linux).
in this tutorial we will take a quick tour of Rstudio interface, check some of its features and prepare our first R script.
Here is a code. Please copy this code in R script file.
-----------------------------------------------------------------------------------
age = c(1,3,5,2,11,9,3,9,12,3)
weight = c(4.4,5.3,7.2,5.2,8.5,7.3,6.0,10.4,10.2,6.1)
mean(weight)
sd(weight)
cor(age,weight)
plot(age,weight)
------------------------------------------------------------------------------------
About Author
-------------------------------------------------------------------------------------------------------------------------------------------------
My name is Siddharth Sahasrabudhe. I am a founder of Plotly Analytics. I spent 20 years in industry working with various domains such as supply chain, project management, operations and business strategy. I am using R since 2019 for data mining and visualisation.
Find out more about plotly analytics here:
plotlyanalytic...
Connect with me on LinkedIn:
/ siddharth-sahasrabudhe...
Connect with me on Twitter:
x.com/PlotlyAn...
For one-on -one or group trainings in R language, contact me at:
siddharth.sahasrabudhe@plotlyanalytics.com

Опубликовано:

 

4 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
How to write tapply( ) function in R?
3:10
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Просмотров 3,6 млн
Exploratory Data Analysis with Pandas Python
40:22
Просмотров 465 тыс.
dlt Workshop Part 1: dlt fundamentals
2:09:54
Postgres Internal Architecture Explained
33:16
Просмотров 150 тыс.
How to write FOR loop in R?
4:39
Просмотров 29
R-Studio Part-4.1 Introduction to variables in R Studio
14:53
How to create custom functions in R?
5:19