Publications by Harold Nelson
Themes
Themes Harold Nelson 2022-09-26 Setup library(ggthemes) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidy...
104 sym 3 img
Two Categorical Variables
Two Categorical Variables Harold Nelson 10/3/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidy...
3879 sym 18 img
Two Categorical Variables
Two Categorical Variables Harold Nelson 10/3/2022 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidy...
3881 sym 18 img
Models and Visualization
Models and Visualization Harold Nelson 2022-10-08 Models and Visualization The material in Healy’s Chapter 6 requires more background in statistical models than most of you have. Ss an alternative, I want you to read Chapter 5 of the ModernDive text. https://moderndive.com/5-regression.html After this, I’ll get into a simplified version of ...
2900 sym 8 img
Identify Outliers
Identify Outliers Harold Nelson 2022-10-11 This is a follow-up to “Models and Visualization”. Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ ...
517 sym Python (2985 sym/12 pcs) 1 img
Cleveland and Choropleth
Cleveland and Choropleth Harold Nelson 2022-10-23 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidy...
1297 sym Python (5758 sym/19 pcs) 2 img
Variable Hunt
Variable Hunt Harold Nelson 2022-10-29 library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 �...
153 sym
Choropleth Issues
Choropleth Issues Harold Nelson 2022-10-31 Setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr ...
652 sym Python (10545 sym/55 pcs) 4 img
Calculator Versus R
Why? What? This is based on a collection of videos provided by Openintro.org. They are available on youtube at https://www.youtube.com/playlist?list=PLkIselvEzpM7N8zVRRUl7V8aTdoTsJ919. Each video demonstrates the use of a TI calculator in performing a typical task for an introductory statistics course. After each video, I have placed a link to on...
2523 sym 1 img
Color
Color Harold Nelson 2022-11-06 Intro We will follow Chapter 12 of Winston Chang’s Graphics Cookbook closely. It is at https://r-graphics.org/chapter-colors. Setup Get the packages we need. library(tidyverse) ## ── Attaching packages ───────────────────────────────────�...
1785 sym 14 img