Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
R (+) for Data Science
Search
Muhammad Aswan Syahputra
January 26, 2019
Programming
0
110
R (+) for Data Science
Muhammad Aswan Syahputra
January 26, 2019
Tweet
Share
More Decks by Muhammad Aswan Syahputra
See All by Muhammad Aswan Syahputra
#DS101: understanding the basics
aswansyahputra
0
67
Extending RStudio with Git(Hub)
aswansyahputra
0
83
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
350
Data Carpentry with Tidyverse
aswansyahputra
0
190
Basic Git+GitHub
aswansyahputra
1
310
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
310
R + RStudio Tips and Tricks
aswansyahputra
0
160
Blogging with R
aswansyahputra
0
100
Other Decks in Programming
See All in Programming
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
200
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
130
混沌とした例外処理とエラー監視に秩序をもたらす
morihirok
13
2.3k
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
950
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
240
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
290
為你自己學 Python
eddie
0
520
DMMオンラインサロンアプリのSwift化
hayatan
0
190
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
190
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
1.3k
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
300
令和7年版 あなたが使ってよいフロントエンド機能とは
mugi_uno
10
5.2k
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
22
1.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Optimizing for Happiness
mojombo
376
70k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
A better future with KSS
kneath
238
17k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Documentation Writing (for coders)
carmenintech
67
4.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Transcript
dplyr::glimpse(rplus_4_datascience) Muhammad Aswan Syahputra @aswansyahputra www.aswansyahputra.com ...
Founded by Ross Ihaka & Robert Gentleman High level language
Interactive & Programming A swiss army knife for statistical tests and models, out-of-the box! Download R
“The closer you are to statistics, research, and data science,
the more you might prefer R”
But...
C Julia LuaJIT Rust Go Fortran Java JavaScript Matlab Mathematica
Python R Octave iteration_pi_sum matrix_multiply matrix_statistics parse_integers print_to_file recursion_fibonacci recursion_quicksort userfunc_mandelbrot 10 0 10 1 10 2 10 3 10 4 Sumber: https://julialang.org/benchmarks/
When R possess drawbacks but you can buy more RAM,
work in Rstudio, and use Tidyverse approach
Main features: • Console • Syntax-highlighting editor • Tools for
plotting, history, debugging and workspace management Download RStudio
Tidyverse?
Human thought Machine Language Source: https://github.com/rstudio-education/arm-workshop-rsc2019
Human thought Machine Language Source: https://github.com/rstudio-education/arm-workshop-rsc2019
Human thought Machine Language Source: https://github.com/rstudio-education/arm-workshop-rsc2019 The tidyverse is an
opinionated collection of R packages designed for data science.
Program Import Tidy Transform Visualise Model Communicate Understand Data science
activity
None
How to install it? install.packages(“tidyverse”) https://tidyverse.org/
With great codes, comes great bugs! - (not) Uncle Ben
Keep track of your code with Version Control System +
https://git-scm.com/ https://github.com/
Keep track of your code with Version Control System It
is available in RStudio!
Next? Have fun!
R for Data Science (r4ds.had.co.nz) Introduction to Statistical Learning (www-bcf.usc.edu/~gareth/ISL/)
Online books (bookdown.org) Online course (2 m.o access at DataCamp >> my.visualstudio.com) Need help? install.packages(“swirl”)
Telegram: @GNURIndonesia (t.me/GNURIndonesia) Web: www.indo-r.netlify.com GitHub: www.github.com/indo-r Indonesian R user
community
Indonesian R user community Kopdar useR! Bandung?
[email protected]
Telegram: @aswansyahputra GitHub: @aswansyahputra www.aswansyahputra.com Thanks!