class: center, middle, inverse, title-slide # Introduction to Data Science ## Intro to R and RStudio ### Ben Baumer ### SDS 192Jan 4, 2021(
http://beanumber.github.io/sds192/lectures/sds192_about_you.html
) --- # About you - We have 111 Slack users! - several questions were asked and answered! - check your notification settings - More than half of you are 1st- or 2nd-years - 28 post-bacs, seniors - 21 juniors, Adas - 40 sophomores - 23 first-years - Majors - SDS, ECO, CSC, BIO, NSC, ENV, GOV, MTH, PSY - HST, GEO, ARC, EDC, CLT, MED, LNG, ... --- # You're here because... .pull-left[ - SDS major or minor - learning about programming (esp. R) - practical, applied experience (jobs) - interested in working with data - curious about data science ] .pull-right[ ![](https://media.giphy.com/media/l0K4mYKI1zvLkdv5m/giphy.gif) ] -- - heard good things about course -- > "stepping outside of my comfort zone" -- > "to learn R and to **conquer fear over computer**" --- # R experience - 75% **of respondents** report zero or little R experience! -- - 56% have never used R! --- # Where are we? [live map] --- # Homework .pull-left[ Download and install R .center[![](https://cdn.iconscout.com/icon/free/png-256/r-5-283170.png)] (https://cloud.r-project.org/) ] .pull-right[ Download and install RStudio Desktop .center[![](https://fowlercs.com/wp/wp-content/uploads/2018/02/rstudio.png)] (https://www.rstudio.com/products/rstudio/download/) ] --- # You have a choice, but... .pull-left[ Option `A`: [RStudio Server](http://rstudio.smith.edu) - online, cloud-based - no installation - can use from anywhere - have to share resources! ] .pull-right[ Option `B`: RStudio Desktop - have to install - installation is local - can monopolize your own resources - can still collaborate ] -- - choose `B`... -- - ...unless you have a Chromebook --- # Now - Lab \#1: [Intro to R and RStudio](http://openintrostat.github.io/oilabs-tidy/01_intro_to_r/intro_to_r.html) - No submissions - Post `#questions` to Slack - For best results: post before next class -- - Be forewarned: - You can ignore the `openintro` stuff in the lab and the videos!! - We will be using a different template (starting next week) - For now just use a generic R Markdown document