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
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
13
2.8k
TDD 実践ミニトーク
contour_gara
0
140
Infer入門
riru
4
1.6k
パスタの技術
yusukebe
1
400
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
300
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
210
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
150
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
230
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
490
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
13
3.2k
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
190
ゲームの物理
fadis
5
1.5k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Visualization
eitanlees
147
16k
Designing for Performance
lara
610
69k
Typedesign – Prime Four
hannesfritz
42
2.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Into the Great Unknown - MozCon
thekraken
40
2k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
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!!!