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
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
160
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
1.9k
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
140
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
150
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
690
CSC305 Lecture 03
javiergs
PRO
0
230
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
460
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
340
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
410
CSC509 Lecture 05
javiergs
PRO
0
300
CSC305 Lecture 04
javiergs
PRO
0
250
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
190
Featured
See All Featured
Designing for humans not robots
tammielis
254
25k
Rails Girls Zürich Keynote
gr2m
95
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
It's Worth the Effort
3n
187
28k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Docker and Python
trallard
46
3.6k
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!!!