Publications by David Nilsson

Intermediate Code Along 7

25.10.2024

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

22.10.2024

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

18.10.2024

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

16.10.2024

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

11.10.2024

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

08.10.2024

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

07.10.2024

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

02.10.2024

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

27.09.2024

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

25.09.2024

#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