Publications by Harold Nelson

Notes 463 Feb 17

18.02.2021

Notes Feb 17 Harold Nelson 2/17/2021 Setup Get the libraries and data. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr 1.0.3...

950 sym R (1683 sym/14 pcs) 7 img

Feb 10 Weather

11.02.2021

Feb 10 Weather Harold Nelson 2/10/2021 How’s the Weather? This little presentation looks at weather for the Olympia area. If you’re new, what should you expect over the next few months? I thought that July 2017 was unusually hot. Was it really different? Setup Get the necessary packages and data. Answer library(tidyverse) ## ── Attac...

881 sym R (5388 sym/29 pcs) 1 img

Feb 10 CSC 463 Themes

10.02.2021

Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr 1.0.3 ## ✓ tidyr 1.0.2 ✓ stringr 1.4.0 ## ✓ readr 1.3.1 ...

69 sym R (971 sym/11 pcs) 2 img

Class RPubs Demo

09.02.2021

Problem 1 Make the leaflet and readr packages available. # Place your code here. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr ...

336 sym R (843 sym/12 pcs)

Rmarkdown Assignment

07.02.2021

library(leaflet) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr ...

25 sym R (816 sym/9 pcs)

Problem 1

20.02.2021

This is an explanation of what I was looking for in Problem 1 of the last assignment. First, let’s do the existing graph in the notes. Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 ...

564 sym R (2119 sym/19 pcs)

Notes Feb 22

23.02.2021

Notes Feb 22 Harold Nelson 2/22/2021 This is essentially a review of the Datacamp course on census data. We will apply what we have learned to our local area. Task 1 Get the required libraries. Install your API key for census access. In the code below, uncomment the command used to install the API key and run it with your own key. library(tid...

1800 sym R (27972 sym/36 pcs) 4 img

Notes 463 Feb 24

24.02.2021

Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ...

412 sym R (5187 sym/13 pcs)

Notes 360 Apr 14

14.04.2021

Playing with KNN Harold Nelson 4/14/2021 library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.1.0 ✓ dplyr 1.0.5 ## ✓ tidyr 1.1.3 ✓ ...

914 sym R (2745 sym/23 pcs) 1 img

Notes 463 Mar 31

31.03.2021

Notes Mar 31 Harold Nelson 3/30/2021 library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.0 ✓ purrr 0.3.4 ## ✓ tibble 3.0.5 ✓ dplyr 1.0.3 ## ✓ tidyr 1.0.2 ✓ stri...

1174 sym R (1713 sym/17 pcs) 11 img