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
Barcamp Orlando 2013 - R
Search
Adam Fortuna
May 18, 2013
Programming
0
55
Barcamp Orlando 2013 - R
Quick talk on using R
Adam Fortuna
May 18, 2013
Tweet
Share
More Decks by Adam Fortuna
See All by Adam Fortuna
eval everything - Running Student Code at Code School
adamfortuna
2
1k
Other Decks in Programming
See All in Programming
Immutable ActiveRecord
megane42
0
130
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
300
最近のVS Codeで気になるニュース 2025/01
74th
1
250
Linux && Docker 研修/Linux && Docker training
forrep
23
4.5k
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
170
Grafana Cloudとソラカメ
devoc
0
140
Spring gRPC について / About Spring gRPC
mackey0225
0
220
テストをしないQAエンジニアは何をしているか?
nealle
0
130
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
120
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
Designing for humans not robots
tammielis
250
25k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
How STYLIGHT went responsive
nonsquared
98
5.3k
Become a Pro
speakerdeck
PRO
26
5.1k
Optimizing for Happiness
mojombo
376
70k
Fireside Chat
paigeccino
34
3.2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Scaling GitHub
holman
459
140k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Transcript
R Adam Fortuna! @adamfortuna R
R “We face danger whenever information growth outpaces our understanding
of how to process it.” - Nate Silver
R Brent Victor - Drawing Dynamic Visualizations
R route.rb stats_controller.rb views/stats/signups.html.haml Google for latest JavaScript ! charting
hotness! (or use D3) Library specific HTML JavaScript init code
R KISS
R How can R help?
R http://www.r-project.org/
R R GUI
R Command Line $ r! > plot(c(1,2,3))!
R R within Ruby require 'rinruby' R.scores = [70, 74,
78, 84, 88, 91, 90, 97, 99] ! R.eval <<EOF boxplot(scores) scoresMean = mean(scores) EOF ! puts R.scoresMean
R persp(volcano, expand=0.2)
R image(volcano)
R Real World
R
R Don’t just paint a picture solve a problem
R Learn More
R
R
R Exploring Everyday Things with R and Ruby
R Thanks! @adamfortuna