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
280
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
サービスクラスのありがたみを発見したときの思い出 #phpcon_odawara
77web
4
690
Chrome Extension Techniques from Hell
moznion
1
160
エンジニアが挑む、限界までの越境
nealle
1
280
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
130
GitHub Copilot for Azureを使い倒したい
ymd65536
1
200
SwiftDataのカスタムデータストアを試してみた
1mash0
0
100
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
110
趣味全開のAITuber開発
kokushin
0
200
Vibe Coding の話をしよう
schroneko
12
3k
VitestのIn-Source Testingが便利
taro28
8
2.2k
Lambda(Python)の リファクタリングが好きなんです
komakichi
3
220
Bedrock×MCPで社内ブログ執筆文化を育てたい!
har1101
6
1.1k
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
What's in a price? How to price your products and services
michaelherold
245
12k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
13
1.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Facilitating Awesome Meetings
lara
54
6.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.4k
Mobile First: as difficult as doing things right
swwweet
223
9.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!!!