Using a mobile phone as a therapist - Superweek 2018
7. Feb 2018•0 gefällt mir
2 gefällt mir
Sei der Erste, dem dies gefällt
Mehr anzeigen
•364 Aufrufe
Aufrufe
Aufrufe insgesamt
0
Auf Slideshare
0
Aus Einbettungen
0
Anzahl der Einbettungen
0
Downloaden Sie, um offline zu lesen
Melden
Internet
This is the deck I used when presenting at Superweek 2018.
In this presentation I show various illustrations from my personal "activity tracker" apps.
All illustrations and connected data exploration was done using R, and relevant libraries, only.
📱+ 📊 + 🤔 = 💡?
Using a mobile phone as a therapist
Can I learn something about myself,
by taking data from “activity apps”,
and having a look at it?
Introduction
In this presentation I will, using R, take a look at data from “Activity Tracker”
apps installed on my mobile phone.
So both you and I, will learn a bit about my personal activity level, in regards
to active check-ins and automatically tracked physical activity.
My point is also to show how relatively easy it really is, to import different
datasets into R, and work further with them there.
About me
Peter Meyer
• In digital since 1997
• Analytics Developer
• Implementing TMS, Analytics and A/B testing
• Tealium IQ and Ensighten Manage certified
• .NET and Sitecore CMS background
New position
June 1st 2017, I left IIH Nordic, and started in a
position at Nordea, one of the biggest banks in
Europe.
Roots dating back to 1820
Danish author and fairy tale writer Hans
Christian Andersen (1805–1875) is one of
our first customers.
Moves (my activity tracker)
• Automatic tracking of
• Places visited (approx.)
• Work/Home time
• Activity type and duration
• Categorizes by activity type
Ressource links - R stuff
• http://dplyr.tidyverse.org/
R package used for data manipulation
• http://stringr.tidyverse.org/
R package for working with strings
• http://tidyr.tidyverse.org/
R package used for creating tidy data
• http://lubridate.tidyverse.org/
R package for working with dates
• http://ggplot2.org/
R package used for plotting the data
• https://github.com/dkahle/ggmap
R package for plotting maps with ggplot2
• http://www.dartistics.com/
A must-use site, if you want to learn
about using R for analytics purposes.
Developed and maintained by Mark
Edmondson and Tim Wilson.