Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by...

18
Mapping State ACS Data in R with Choroplethr Ari Lamstein

Transcript of Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by...

Page 1: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Mapping State ACS Data in R with ChoroplethrAri Lamstein

Page 2: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Choroplethr creates choropleth maps in the R programming language

Page 3: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Introduction

• What you’ll learn

• Installing R

• Installing RStudio

• Installing Choroplethr

Page 4: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 2: Choroplethr Basics

Page 5: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 3: Variables and VintagesPercent Change

Page 6: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 4: Data Details

Page 7: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 5: Learning More

Page 8: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 1: Introduction

• Introduction

• Installing R

• Installing RStudio

• Installing Choroplethr

Page 9: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Installing R

• Visit https://www.r-project.org

• Visit https://cloud.r-project.org/

Page 10: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 1: Introduction

• Introduction

• Installing R

• Installing RStudio

• Installing Choroplethr

Page 11: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Installing RStudio

• Visit https://www.rstudio.com/

Page 12: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 1: Introduction

• Introduction

• Installing R

• Installing RStudio

• Installing Choroplethr

Page 13: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

If you already know R …

• Type:

• install.packages(“choroplethr”)

• install.packages(“choroplethrMaps”)

Page 14: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Where to type itinstall.packages(“choroplethr”)

Page 15: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Where to type itinstall.packages(“choroplethrMaps”)

Page 16: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Verify that it worksFind “choroplethr” in the Packages pane

Page 17: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Comparing Versions

• I’m using:

• R 3.4.3

• choroplethr 3.6.1

• choroplethrMaps 1.0.1

• Type R.Version()

Page 18: Mapping State ACS Data in R with Choroplethr...Bitwise Operations Bootstrap Functions (Originally by Angelo Canty for S) Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Module 1: Introduction

• What you’ll learn

• Installing R

• Installing RStudio

• Installing Choroplethr