Publications by David Nilsson
Intermediate Code Along 7
Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5...
458 sym R (13651 sym/54 pcs) 2 img 8 tbl
Int Code Along 7
Goal is to predict attrition, employees who are likely to leave the company. Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr ...
852 sym R (23755 sym/56 pcs) 6 img 3 tbl
Intermediate Apply 6
Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5...
297 sym R (322749 sym/41 pcs) 1 img 7 tbl
Intermediate Code Along 6
Goal is to predict attrition, employees who are likely to leave the company. Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr ...
715 sym R (21318 sym/43 pcs) 3 img 3 tbl
Int Apply 5
Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5...
137 sym R (7198 sym/16 pcs) 1 img 4 tbl
Int Code Along 5
Goal is to predict attrition, employees who are likely to leave the company. Import data library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.3 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr ...
605 sym R (13326 sym/20 pcs) 3 img 3 tbl
Int Apply 4
Import and Clean Data ikea <- read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-11-03/ikea.csv') ## New names: ## Rows: 3694 Columns: 14 ## ── Column specification ## ─────────────────────────────────────────────...
559 sym 2 img 4 tbl
Intermediate Code Along 4
This template offers an opinionated guide on how to structure a modeling analysis. Your individual modeling analysis may require you to add to, subtract from, or otherwise change this structure, but consider this a general framework to start from. If you want to learn more about using tidymodels, check out our Getting Started guide. In this ex...
1867 sym R (11097 sym/70 pcs) 4 img
Intermidiate Apply 3
Import and Clean Data ikea <- read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-11-03/ikea.csv') ## New names: ## Rows: 3694 Columns: 14 ## ── Column specification ## ────────────────────────────────────────────...
201 sym 2 img 4 tbl
Code Along 3
#Import Data rent <- read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') ## Rows: 200796 Columns: 17 ## ── Column specification ────────────────────────────────────────────────────�...
165 sym R (23998 sym/30 pcs) 5 img 3 tbl