Publications by Andreina A

Project 1 Chess Tournament Results

06.10.2024

Introduction Given a text file with the results of a chess tournament, I had to create a R Markdown file that generates the .CSV file and it had to have the players name, player’s state, total number of points, player’s pre-Rating, and average pre chess rating of opponents. For the text file, I was able to imported into R markdown and transform...

3378 sym R (10894 sym/22 pcs)

Assignment 4 Data 607

29.09.2024

Loading packages 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.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ ti...

2859 sym R (5012 sym/19 pcs) 2 img

Assignment 4 Data 607

29.09.2024

Loading packages 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.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ ti...

2603 sym R (5012 sym/19 pcs) 2 img

Assignment 3 Updated

25.09.2024

Loading packages Loading packages needed for this assignment. 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.5.1 ✔ tibb...

3697 sym R (7265 sym/45 pcs)

Assignment 3

22.09.2024

Loading packages Loading packages needed for this assignment. 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.5.1 ✔ tibb...

3553 sym R (4804 sym/23 pcs)

Movie Ratings 2024

15.09.2024

loading packages 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.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ ti...

2155 sym R (3556 sym/15 pcs)

Assignment_1_Data_607

07.09.2024

Assignment – Loading Data into a Data Frame Introduction Do you ever find yourself watching the Super Bowl just for the commercial? Well in the article “According To Super Bowl Ads, Americans Love America, Animals And Sex” by Ryan Best, 10 most aired brand Superbowl ads from 2000-2020 were analyzed based on seven different criteria, such as, ...

2353 sym