Publications by Harold Nelson

Twitter 2

25.03.2022

Twitter 2 Harold Nelson 3/25/2022 Setup library(plyr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr 1...

1613 sym R (3651 sym/34 pcs)

Twitter 1

23.03.2022

Twitter 1 Harold Nelson 3/22/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ s...

819 sym R (14351 sym/25 pcs)

HMD 2

18.03.2022

HMD Harold Nelson 3/14/2022 Human Mortality Database This is an initial exploration of the Human Mortality Database, which is at https://www.mortality.org/. Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1...

1435 sym R (5794 sym/39 pcs) 2 img

Fertility 3

04.03.2022

Fertility 3 Harold Nelson 3/3/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ ...

813 sym R (6791 sym/41 pcs) 2 img

Patterns in Olympia Weather 1

23.02.2022

Patterns in Olympia Weather 1 Harold Nelson 2/23/2021 Setup Get the necessary packages and data. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3...

2454 sym R (5785 sym/26 pcs) 10 img

Olympia Weather Factoids

15.02.2022

Olympia Weather Factoids Harold Nelson 2/15/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr ...

1716 sym R (3930 sym/31 pcs)

Exercises on ggplot2 Part 3

10.02.2022

Exercises on ggplot2 3 Harold Nelson 2/9/2022 Setup Load the tidyverse and the dataset “county_clean.Rdata”. Import the file “state_region.csv” into the dataframe state_region. Use left_join to add the region data to county_clean. Glimpse county_clean to make sure you’re OK Solution library(tidyverse) load("county_clean.Rdata") stat...

1480 sym R (2586 sym/13 pcs) 8 img

Exercises on ggplot2 Part 2

08.02.2022

Exercises on ggplot2 2 Harold Nelson 2/7/2022 Setup Load the tidyverse and the dataset “county_clean.Rdata”. Import the file “state_region.csv” into the dataframe state_region. Use left_join to add the region data to county_clean. Glimpse county_clean to make sure you’re OK Solution library(tidyverse) load("county_clean.Rdata") stat...

1926 sym R (2879 sym/16 pcs) 10 img

Importing Weather Data

13.02.2022

Importing Weather Data Harold Nelson 2/13/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr 1....

1607 sym R (7168 sym/26 pcs) 2 img

Questions About Weather

20.02.2022

Questions About Weather Harold Nelson 2/19/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.5 ✓ dplyr 1.0.7 ## ✓ tidyr 1...

1268 sym R (1780 sym/15 pcs) 4 img