Publications by vanessarnaas

Inter Apply 7

29.03.2024

# Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidy...

819 sym R (28553 sym/41 pcs) 5 img 4 tbl

Intermediate - Code Along 7

26.03.2024

Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr ...

821 sym R (22217 sym/37 pcs) 6 img

Intermediate - Apply to Data 6

22.03.2024

# Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidy...

705 sym R (25241 sym/31 pcs) 3 img 4 tbl

Intermediate Code Along 6

19.03.2024

Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr ...

706 sym R (20436 sym/27 pcs) 3 img

Apply to data 5

04.03.2024

# Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidy...

607 sym R (10209 sym/20 pcs) 3 img 4 tbl

Intermediate: Code Along 5

03.03.2024

Import Data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr ...

609 sym R (13221 sym/17 pcs) 3 img

Apply to data 4

29.02.2024

Goal: predict the prices of IKEA items Click here for the data #Import 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 ## ───────────────────────────...

301 sym R (24621 sym/31 pcs) 4 img 4 tbl

Code Along 4 - DAT3000

27.02.2024

Explore Data library(tidyverse) url <- "https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-01-18/chocolate.csv" chocolate <- read_csv(url) ## Rows: 2530 Columns: 10 ## ── Column specification ────────────────────────────────────────...

252 sym R (7531 sym/31 pcs) 4 img

Apply to IKEA data 3

20.02.2024

Goal: predict the prices of IKEA items Click here for the data #Import 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 ## ───────────────────────────...

300 sym R (24545 sym/30 pcs) 4 img 4 tbl

Code Along 3

19.02.2024

Goal: to predict the rental prices in the SF rental market Click here for the data. 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 ─────────────────────────...

316 sym R (24476 sym/26 pcs) 5 img 3 tbl