class: center middle main-title section-title-4 # Welcome to<br>the tidyverse .class-info[ <figure> <img src="img/00/tidyverse.png" alt="tidyverse" title="tidyverse" width="15%"> </figure> ] --- class: middle .pull-left.center[ <figure> <img src="img/00/Rlogo.png" alt="R logo" title="R logo" width="80%"> </figure> ] .pull-right.center[ <figure> <img src="img/00/rstudio-logo.png" alt="RStudio logo" title="RStudio logo" width="100%"> </figure> ] --- layout: true class: title title-4 --- # Why R? -- .box-inv-4.medium[It's powerful] -- .box-inv-4.medium[It's universal] -- .box-4.medium[It's free!] --- layout:false class: middle section-title-inv-4 .box-4.large[Let's analyze some data!] --- class: middle section-title-inv-4 .box-4.large[andhs.co/survey] --- class: middle section-title-inv-4 .box-4.large[andhs.co/gpl-tidyverse] --- class: title title-4 section-title-inv-4 # Your turn .box-4.medium[Do you understand the data?] .box-4.medium[What can you conclude from this analysis?] .box-4.medium[What other questions arise<br>as a result of this analysis?] --- class: title title-4 # Applied data science .center[ <figure> <img src="img/00/cover.png" alt="R for Data Science" title="R for Data Science" width="28%"> <figcaption><a href="">R for Data Science, free online!</a></figcaption> </figure> ] --- class: title title-4 # Applied data science .center[ <figure> <img src="img/00/data-science-workflow.png" alt="Data science workflow" title="Data science workflow" width="100%"> </figure> ] --- .pull-left[ .box-inv-4[**Import**<br>Get data from Google Sheets] .box-inv-4[**Tidy**<br>Look at the first 5 rows<br>(no tidying necessary)] .box-inv-4[**Transform**<br>Calculate Apple<br>ownership percentage] ] -- .pull-right[ .box-inv-4[**Visualize**<br>Make a graph] .box-inv-4[**Model**<br>Build linear regression model] .box-inv-4[**Communicate**<br>Publish the result as HTML through R Markdown] ] --- class: title title-4 # Plan for today .box-inv-4[**Getting started with R and RStudio**<br>.small[(20 minutes)]] -- .box-inv-4[**Data basics**<br>.small[(20 minutes)]] -- .box-inv-4[**Data visualization with ggplot2**<br>.small[(1 hour)]] -- .box-inv-4[**Transform data with dplyr**<br>.small[(1 hour)]]