Publications by Nichole A. Beyer

ANOVA

16.04.2021

I have found the data for this project at https://www.kaggle.com/bahramjannesarr/goodreads-book-datasets-10m I then downloaded the dataset and saved it as a .CSV file and uploaded it into my Github repository (Applied-Statistics). With this data I hope to show in this portion of the project any relationship between the frequency of author birthpl...

2343 sym R (12204 sym/13 pcs) 2 img

Part 4- ANOVA

06.05.2021

ANOVA One Next we will be comparing means for author book rating based on where the author is from. posing the question, Does an Authors birthplace have an affect on the rating that book will receive? There are a ton of different birthplaces in this dataset so we will isolate some. I’ve chosen the United States, Canada, and the UK. These 3 were...

1545 sym R (3784 sym/15 pcs) 4 img

Applied stats

30.04.2021

I have found the data for this project at https://www.kaggle.com/bahramjannesarr/goodreads-book-datasets-10m I then downloaded the dataset and saved it as a .CSV file and uploaded it into my Github repository (Applied-Statistics). With this data I hope to analyze any relationship between the variables. Here is a small portion of the data and the...

6018 sym R (18743 sym/63 pcs) 10 img

Project part 5

06.05.2021

This portion of the project will aim to preform the nonparametric Wilcoxson Ranked sum test and the Spearman Rank Correlation test to see if author rating and book ratings are related. Wilcoxson Test rank(data$book_average_rating, na.last = F) ## [1] 13494.0 16887.0 12535.5 17152.0 13193.0 6520.0 11157.5 7667.5 5712.5 ## [10] 13193.0 2...

875 sym R (212064 sym/11 pcs) 2 img

Cross Validation

06.05.2021

I have found the data for this project at https://www.kaggle.com/bahramjannesarr/goodreads-book-datasets-10m I then downloaded the dataset and saved it as a .CSV file and uploaded it into my Github repository (Applied-Statistics). With this data I hope to analyze any relationship between the variables. Cross-Validation I will be very candid in s...

1744 sym R (2656 sym/18 pcs) 1 img

Basketball Positions

02.11.2021

I have found the data for this project at basketball reference.com I then downloaded the dataset and saved it as a .CSV file and uploaded it into my Github repository (Basketball). With this data I hope to track players positions and make an attempt to identify players into specific positions. . summary(data) ## Rk Player ...

371 sym R (4976 sym/5 pcs)

LOTRDocument

06.04.2022

#Import Data The data for this project was found at https://www.kaggle.com/datasets/paultimothymooney/lord-of-the-rings-data?select=lotr_characters.csv data = read.csv ('https://raw.githubusercontent.com/nicabey/LOTR/main/lotr_characters.csv?token=GHSAT0AAAAAABS2AC2ST4YTLDFKBWQADHF4YR3LWNQ') ...

158 sym R (140 sym/1 pcs)

Language of the Rings

28.04.2022

Abstract: The question asked throughout this project was “Does what you say reflect who you are? The goal of this project is to examine what characters say in each of the 3 Lord of the Rings movies, how they change. Lannguage is a medium for characters to communicate their personalitites and motives. Does what they say accurately depict who th...

5224 sym R (8677 sym/24 pcs) 5 img