Skip to content

jonhersh/DCR2021_ML_PubPol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCR2021_ML_PubPol

Dec 8th

Instructor: Jonathan Hersh ([email protected])

Getting Started

Hello! These are the materials for the Dec 8th R and Machine Learning training. The topics covered will include:

Monday, October 24th, 2022
Time Topic
8:30 AM Registration and light breakfast
9:00 AM Opening remarks – Maria Cecilia Deza (IDB)
9:10 AM Introductions, participants and instructor Jonathan Hersh (Chapman University)
9:30 AM. 1. Introduction to R
11:00 AM Lunch
1:00 PM 2. Graphing relationships between variables using ggplot2
4:00 PM Coffee break
4:15 PM 3. Machine Learning overview: introduction to prediction methods
5:30 PM Recap of the day, Q&A

Computing and Installation Instructions

We will be coding in the R together. I don't presume any knowledge of coding, so don't be afraid if you've never coded before.

There are two ways you can run R and RStudio, either locally on your computer, or on the cloud in rstudio.cloud

Installing R Locally

If you would like to install and run R locally please install the following programs:

  • RStudio Desktop 2021.09.1+372 link
  • R 4.2.1 link

Running R in a Web Browser

If you cannot install those programs, please head over to rstudio.cloud.

  • Click "GET STARTED FOR FREE"
  • Then click "Sign Up".
  • You may log in using your email address
  • Next click new project.
  • You should now see a R Studio session in your browser.

Using Github

If you have never used Github, don't worry. You can either clone the repository, or you may click the "Code" button on the main page, and then "Download Zip" to download all the files. You may also download the files individually, or copy and paste code as needed.

Loading Project in R

install.packages('usethis')
install.packages('tidyverse')

newProject <- usethis::use_course('https://github.com/jonhersh/DCR2021_ML_PubPol/archive/main.zip')

About

Welcome to machine learning for public policy!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published