Skip to content

Latest commit

 

History

History
173 lines (111 loc) · 5.07 KB

index.md

File metadata and controls

173 lines (111 loc) · 5.07 KB

title : Montreal R Users subtitle : Wow session author : Corey Chivers job : PhD Candidate, Data Hacker logo : mtlRlogo.png framework : io2012 # {io2012, html5slides, shower, dzslides, ...} highlighter : highlight.js # {highlight.js, prettify, highlight} hitheme : tomorrow # widgets : [mathjax] # {mathjax, quiz, bootstrap} mode : standalone # {standalone, draft}

--- .class #id

Welcome to the

![mtlrusers](assets/img/mtlRlogo_lrg2.png)




Sponsored by: [![revo](assets/img/RevolutionAnalytics.png)](http://www.revolutionanalytics.com/)

R does statistics


hw <- read.csv("data/heightweight.csv")
fit <- lm(weightLb ~ heightIn, data = hw)
plot(weightLb ~ heightIn, data = hw, xlab = "Height (Inches)", ylab = "Weight (Lbs)")
abline(fit, lty = 2)

plot of chunk smallplot


R does reproducible research


knitr + git

+

library(knitr)
knit('001-minimal.Rmd')

Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to humans what we want the computer to do. -- Donald E. Knuth, Literate Programming, 1984


R does GIS


[![bikes](assets/img/bike_ggplot.png)](http://spatialanalysis.co.uk/2012/02/great-maps-ggplot2/)
[![bikes](assets/img/2010-06-30.png)](http://www.youtube.com/watch?v=hJE2_XMdfTk)

R does (competitive) datamining


Tool of choice for Kagglers

[![](assets/img/kaggle-tools1.png)](http://blog.kaggle.com/2011/11/27/kagglers-favorite-tools/)

Observing dark worlds Kaggle competition

[![](assets/img/sky248.png)](http://bayesianbiologist.com/2012/10/13/observing-dark-worlds-visualizing-dark-matters-distorting-effect-on-galaxies/)
  • Wildlife:

    • game, fish, moose, wildlife, hunting, bears, polar, bear, subsistence, management, area, board, hunt, wolves, control, department, year, use, wolf, habitat, hunters, caribou, program, denby, fishing, …
  • Energy/Fuel/Oil/Mining:

    • energy, fuel, costs, oil, alaskans, prices, cost, nome, now, high, being, home, public, power, mine, crisis, price, resource, need, community, fairbanks, rebate, use, mining, villages, …
  • Trig/Family/Inspiration:

    • family, web, mail, god, son, from, congratulations, children, life, child, down, trig, baby, birth, love, you, syndrome, very, special, bless, old, husband, years, thank, best, …
  • Education/Waste:

    • school, waste, education, students, schools, million, read, email, market, policy, student, year, high, news, states, program, first, report, business, management, bulletin, information, reports, 2008, quarter, …

R does Business Intelligence


Demand forecasting at John Deere

[![](assets/img/john-deere.jpg)](http://www.revolutionanalytics.com/news-events/free-webinars/2012/order-fulfillment-forecasting-at-john-deere/)
[![](assets/img/R_for_BA.jpg)](http://www.amazon.com/R-Business-Analytics-A-Ohri/dp/1461443423)

R does Big Data


[![](assets/img/techcrunch.png)](http://techcrunch.com/2012/10/27/big-data-right-now-five-trendy-open-source-technologies/)

"The R community is one of the most thrilling places to be in Big Data right now." --TechCrunch


R and Hadoop

[![](assets/img/rmr.png)](http://blog.revolutionanalytics.com/2011/09/mapreduce-hadoop-r.html)

R does journalism


[![](assets/img/newyorktimes.png)](http://www.nytimes.com/interactive/2012/05/05/sports/baseball/mariano-rivera-and-his-peers.html?ref=baseball)
[![](assets/img/subOBAMA.jpg)](http://www.nytimes.com/imagepages/2008/04/16/us/20080416_OBAMA_GRAPHIC.html)

R does the web


[![](assets/img/facebookvis.png)](https://www.facebook.com/notes/facebook-engineering/visualizing-friendships/469716398919)
![](assets/img/google_Rpaper.png)

http://research.google.com/pubs/pub37483.html


[![](assets/img/wajam.png)](http://www.wajam.com/)

Easy web apps with Shiny

http://www.rstudio.com/shiny/


Community development, community support


Packages on CRAN

![](assets/img/fig_10_cran.png)
[![](assets/img/ranks_slope.png)](http://www.drewconway.com/zia/?p=2892)

Thank you for hosting!

![title](../../latestLOGO.jpg)

Source

These slides were created using Ramnath Vaidyanathan's Slidify package

Slide source available on github