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
260
TokyoR extra #1
Lightning talk
dichika
April 18, 2014
Tweet
Share
More Decks by dichika
See All by dichika
TokyoRLT#57
dichika
0
1.2k
Other Decks in Programming
See All in Programming
Swiftコードバトル必勝法
toshi0383
0
150
Kotlin 2.0が与えるAndroid開発の進化
masayukisuda
1
240
Debugging: All you need to know (for simultaneous interpreting)
jmatsu
2
290
いまから追い上げる、Jetpack Compose トレーニング
nyafunta9858
0
220
ECMAScript、Web標準の型はどう管理されているか / How ECMAScript and Web standards types are maintained
petamoriken
3
380
iOSの隠されたAPIを解明し、開発効率を向上させる方法/iOSDC24
noppefoxwolf
2
130
LR で JSON パーサーを作る / Coding LR JSON Parser
junk0612
2
180
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
110
Architecture Decision Record (ADR)
nearme_tech
PRO
1
640
What is Parser
yui_knk
9
3.9k
Go Code Generation at newmo / 2024-08-27 #newmo_layerx_go
genkey6
0
540
Amazon Neptuneで始める初めてのグラフDB ー グラフDBを使う意味を考える ー
satoshi256kbyte
2
240
Featured
See All Featured
The Mythical Team-Month
searls
218
43k
Build your cross-platform service in a week with App Engine
jlugia
228
18k
GitHub's CSS Performance
jonrohan
1029
450k
[RailsConf 2023] Rails as a piece of cake
palkan
46
4.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
25
1.3k
Web development in the modern age
philhawksworth
204
10k
Why You Should Never Use an ORM
jnunemaker
PRO
53
8.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
359
18k
Done Done
chrislema
180
16k
Statistics for Hackers
jakevdp
793
220k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
Bootstrapping a Software Product
garrettdimon
PRO
304
110k
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!!!