diff --git a/hot-dog-survey-data/Analysis Plan.pdf b/hot-dog-survey-data/Analysis Plan.pdf new file mode 100644 index 00000000..482979a3 Binary files /dev/null and b/hot-dog-survey-data/Analysis Plan.pdf differ diff --git a/hot-dog-survey-data/Cleaned Hotdog Data.csv b/hot-dog-survey-data/Cleaned Hotdog Data.csv new file mode 100644 index 00000000..3fe760ee --- /dev/null +++ b/hot-dog-survey-data/Cleaned Hotdog Data.csv @@ -0,0 +1,77 @@ +Year,Hotdog a Sandwich? +3rd,No +4th,No +4th,No +4th,Yes +4th,Yes +4th,Yes +3rd,Yes +3rd,No +3rd,No +4th,Yes +4th,No +2nd,No +2nd,No +2nd,No +4th,No +3rd,No +3rd,No +4th,No +4th,No +2nd,No +2nd,No +4th,Yes +4th,No +4th,No +4th,No +4th,No +4th,Yes +3rd,No +4th,Yes +2nd,Yes +4th,No +4th,Yes +2nd,No +4th,Yes +2nd,No +4th,No +4th,No +3rd,Yes +2nd,No +4th,No +4th,No +4th,No +4th,No +4th,Yes +2nd,No +4th,No +4th,No +4th,No +4th,Yes +4th,No +4th,No +4th,No +4th,No +4th,No +4th,No +3rd,No +4th,No +2nd,No +4th,No +4th,Yes +4th,No +4th,No +4th,No +4th,Yes +4th,No +4th,Yes +4th,No +4th,No +4th,No +4th,Yes +3rd,No +4th,No +4th,No +4th,No +4th,No +4th,No diff --git a/hot-dog-survey-data/Copy Hotdog Survey Raw Data.xlsx b/hot-dog-survey-data/Copy Hotdog Survey Raw Data.xlsx new file mode 100644 index 00000000..1f78f997 Binary files /dev/null and b/hot-dog-survey-data/Copy Hotdog Survey Raw Data.xlsx differ diff --git a/hot-dog-survey-data/Copy of Data Dictionary File Spring 2026.xlsx b/hot-dog-survey-data/Copy of Data Dictionary File Spring 2026.xlsx new file mode 100644 index 00000000..2475d651 Binary files /dev/null and b/hot-dog-survey-data/Copy of Data Dictionary File Spring 2026.xlsx differ diff --git a/hot-dog-survey-data/Hotdog Chi-Squared Test.R b/hot-dog-survey-data/Hotdog Chi-Squared Test.R new file mode 100644 index 00000000..de0a96fe --- /dev/null +++ b/hot-dog-survey-data/Hotdog Chi-Squared Test.R @@ -0,0 +1,12 @@ +library(stats) + +setwd("C:/Users/dinos/OneDrive/Desktop/College/8th Semester") +getwd() + +data <- read.csv("Cleaned Hotdog Data.csv") +data + +contingency_table <- table(data$Year, data$Hotdog.a.Sandwich.) +contingency_table + +chisq.test(contingency_table, simulate.p.value = TRUE, B = 100000) diff --git a/hot-dog-survey-data/Hotdog Survey (Responses).xlsx b/hot-dog-survey-data/Hotdog Survey (Responses).xlsx new file mode 100644 index 00000000..9f9cd8a2 Binary files /dev/null and b/hot-dog-survey-data/Hotdog Survey (Responses).xlsx differ diff --git a/hot-dog-survey-data/README File.docx b/hot-dog-survey-data/README File.docx new file mode 100644 index 00000000..75a3ee6f Binary files /dev/null and b/hot-dog-survey-data/README File.docx differ