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
TokyoR extra #1
Search
dichika
April 18, 2014
Programming
0
290
TokyoR extra #1
Lightning talk
dichika
April 18, 2014
Tweet
Share
More Decks by dichika
See All by dichika
TokyoRLT#57
dichika
0
1.3k
Other Decks in Programming
See All in Programming
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
37
25k
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
410
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
120
コード書くの好きな人向けAIコーディング活用tips #orestudy
77web
3
320
関数型まつりレポート for JuliaTokai #22
antimon2
0
120
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
120
複数アプリケーションを育てていくための共通化戦略
irof
10
3.9k
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
180
機械学習って何? 5分で解説頑張ってみる
kuroneko2828
0
210
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Writing Fast Ruby
sferik
628
61k
Unsuck your backbone
ammeep
671
58k
Six Lessons from altMBA
skipperchong
28
3.8k
Into the Great Unknown - MozCon
thekraken
39
1.8k
Gamification - CAS2011
davidbonilla
81
5.3k
BBQ
matthewcrist
89
9.7k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
910
A Tale of Four Properties
chriscoyier
159
23k
Balancing Empowerment & Direction
lara
1
320
Transcript
How do you keep our mo-va-on? 2014/4/17
I am a big fan of googleVis
シリーズRで可視化#1 ggplot2と googleVisと hwriterで レポートを作る
@dichika This is the evidence
Me • Daisuke Ichikawa • First year of the
doctoral course of University of Tokyo • Major : Social medicine • Research interest : Mo-va-on for health • daisukeichikawa.blogspot.com
How do you keep your mo-va-on during analysis?
My Ordinary days beginning dead -me finish & beer
Get up our dead -me for keeping our mo-va-on
But analysis is a silent task • R doesn't say
any words • Just send text messages • You get rewards from just reading messages from your R Difficult to keep our mo-va-on
Solu-ons • Take a nap – Great, but can you
do it? • Listen to music – OK, music could make us relaxed – But it doesn't pull up our mo-va-on for analysis directly • How should we do?
Requirements • Methods other than text messages • Related
to the process of our analysis
I have developed two packages • yeah • pings
– both packages are based on pingr package
yeah package • You can hear the author's voice of
packages • Includes two func-ons – libraryy : load package and sound – yeah : just sound
pings package • Counts the number of chain operators and
make a sound • Chain operators are included in some libs – dplyr %.% – magri_r %>% • With chain operators, you don't need to use make temporary objects for acquiring the final result
example library(yeah) libraryy(pings) # My voice libraryy(dplyr)
# No voice pings(mtcars %.% filter(am==1) %.% group_by(gear) %.% summarise(avg_wt = mean(wt)) )
Conclusion • Difficult to keep mo-va-on during analysis
• yeah and pings might be helpful • You can install both from github – h_ps://github.com/dichika/yeah
Enjoy!!!