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
76
Extending RStudio with Git(Hub)
aswansyahputra
0
93
Data rectangling in R: a journey from JSON to CSV
aswansyahputra
0
360
Data Carpentry with Tidyverse
aswansyahputra
0
200
Basic Git+GitHub
aswansyahputra
1
320
Let's build your first RStudio and Addins
aswansyahputra
0
140
Introduction to R +
aswansyahputra
1
320
R + RStudio Tips and Tricks
aswansyahputra
0
170
Blogging with R
aswansyahputra
0
110
Other Decks in Programming
See All in Programming
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
300
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
310
「App Intent」よくわからんけどすごい!
rinngo0302
1
100
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
4
340
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
220
What's new in AppKit on macOS 26
1024jp
0
150
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
730
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
1k
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
140
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
140
Porting a visionOS App to Android XR
akkeylab
0
670
NPOでのDevinの活用
codeforeveryone
0
900
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Six Lessons from altMBA
skipperchong
28
3.9k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Ace a Technical Interview
jacobian
278
23k
Visualization
eitanlees
146
16k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Code Review Best Practice
trishagee
69
19k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Balancing Empowerment & Direction
lara
1
450
Typedesign – Prime Four
hannesfritz
42
2.7k
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?
aswansyahputra@sensolution.id Telegram: @aswansyahputra GitHub: @aswansyahputra www.aswansyahputra.com Thanks!