Publications by Tindra Bergstrand

Apply 4

16.02.2024

Import data # excel file data <- read_excel("../00_data/MyData_charts.xlsx") data State one question Which country has scored the most goals from 1930-2018 Filter filter(data, home_score >= 20) Plot data ggplot(data, aes(x = home_team, y = home_score)) + geom_bar(stat = "identity") Interpret It seems to be an outlier in the bar chart, the l...

587 sym 1 img

Code_Along_4

13.02.2024

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data Visualization Set up library(tidyverse) data mpg ## # A tibble: 234 × 11 ## manufacturer model displ year c...

1377 sym R (1853 sym/11 pcs) 8 img

Apply3

07.02.2024

...

4 sym 2 img

Test Publishing

06.02.2024

Do your work here. library(tidyverse) ## ── 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.4.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ ...

26 sym R (1626 sym/4 pcs)