diff --git a/presentations/Data400_Mini_Presentation_TommyE.Rmd b/presentations/Data400_Mini_Presentation_TommyE.Rmd
new file mode 100644
index 0000000..7b39f27
--- /dev/null
+++ b/presentations/Data400_Mini_Presentation_TommyE.Rmd
@@ -0,0 +1,241 @@
+---
+title: "Data 400 Mini Project"
+subtitle: "Technology Policies in U.S. Public Schools"
+author: "Tommy Eaton"
+institute: "RStudio"
+date: "2026/02/16"
+output:
+ xaringan::moon_reader:
+ lib_dir: libs
+ css: ["default", "duke-blue"]
+ nature:
+ highlightStyle: github
+ highlightLines: true
+ countIncrementalSlides: false
+---
+class: top
+
+## Technology Policies in U.S. Schools
+
+### Cell Phones • AI • Digital Literacy
+
+.center[]
+
+
+**Research Question:** How do U.S. public schools differ in their policies on cell‑phone usage, AI usage, and digital literacy instruction? How are these differences explained by school characteristics such as region, grade level, locale, poverty level, school size, and student demographics?
+---
+#Dataset:
+
+#####National Center for Education Statistics (NCES School Pulse Panel (SPP)) dataset which contains data from a survey taken nationwide during the 2024 year. The survery is from a sample of 4,000 public elementary, middle, high and combined-grade schools. [National Center for Education Statistics](https://nces.ed.gov/surveys/spp/results.asp)
+
+
+.center[
+
+]
+---
+#Variables in the NCES Dataset:
+
+.pull-left[
+- **Region:** Reported in SPP as Northeast, Midwest, South, and West.
+- **Locale (school location or urbanicity):** Reported in SPP as city, suburban, town, or rural.
+- **School level:** Reported in SPP as elementary, middle/combined, and high/secondary.
+- **School size:** Reported in SPP as 0 to 299, 300 to 499, 500 to 999, and ≥1000 students.
+- **Poverty:** Reported in SPP as low or high poverty, based on the Income-to-Poverty Ratio (IPR).
+]
+
+.pull-right[
+- **Percent students of color:** ≤25%, 25–75%, or ≥75% students of color.
+- **Description:** The survey question asked to respondents.
+- **Category:** The response option selected by respondents.
+- **Dec24 Pct:** Percentage of respondents selecting each answer.
+- **Dec24 SE:** Standard error of the percentages.
+]
+---
+# Tractable Data:
+
+####NCES School Pulse Panel dataset is a collection of a national survey answers from a variety of schools and a variety of studies in education, the one we will be using is directed towards technology in school.
+
+
+####**Analyzing four policy domains from this national survey dataset:**
+
+.pull-left[
+- **Cell‑phone policy presence**
+- **Cell‑phone strictness**]
+.pull-right[
+- **AI policy presence**
+- **Digital literacy instruction**]
+.center[
+
+]
+---
+#Data Retrieval:
+
+###Download Excel File From NCES Website:
+
+
+
+---
+##Download valuable data from Excel:
+
+---
+#Cleaning the Dataset:
+
+.center[
+#### The Dataset contains 9,456 rows x 7 columns, we need to remove extra data and null or missing values
+]
+
+---
+###Before and After of Data Cleaning:
+**Before:**
+
+
+
+**After:**
+
+
+
+---
+##Data Cleaning cont.
+###Organizing + Categorizing Questions:
+.pull-left[
+
+]
+.pull-right[
+
+]
+---
+###Exploratory Data Analysis: Cell-Phone Policy
+
+---
+###Exploratory DA: AI Policy
+
+---
+###Exploratory DA: Digital-Literacy Policy
+
+---
+###Exploratory DA: Cell-Phone Policy/Presence
+
+---
+###Exploratory DA: AI Policy/Presence
+
+---
+###Exploratory DA: Digtal-Literacy Policy/Presence
+
+---
+###Exploratory DA: Cell-Phone Heatmap
+
+---
+###Exploratory DA: AI Heatmap
+
+---
+###Exploratory DA: Digital-Literacy Heatmap
+
+---
+###Exploratory DA: Cell-Phone Ranked Bar-Chart
+.pull-left[
+]
+.pull-right[
+]
+---
+###Exploratory DA: AI Ranked Bar-Chart
+.pull-left[
+]
+.pull-right[
+]
+---
+###Exploratory DA: Dig-Lit Ranked Bar-Chart
+.pull-left[
+]
+.pull-right[
+]
+---
+#Four Models:
+###Preditors for these models:
+- The subgroups (Region, Locale, School Level, School Size, Poverty Level, Percent Students of Color)
+###Models 1 & 2
+- **Model 1:** Binary Logistics Regression, Predicting whether a school subgroup has a cell‑phone policy (Yes/No) using a categorical variable I created called "HasPolicy".
+- **Model 2:** Multinomial Logistic Regression, Predicting which strictness in terms of cell-phone policy (0–4) a subgroup (predictors) falls into using a categorical variable "StrictnessCode"
+
+
+###Models 3 & 4
+- **Model 3:** Binary Logistic Regression, Predicting whether a subgroup has an AI policy (Yes/No) using a categorical variable "HasAIPolicy"
+- **Model 4:** Binary Logistic Regression, Predicts whether a subgroup offers digital literacy instruction (Yes/No) using a categorical variable "HasDLInstruction"
+---
+##Outcomes of Models: Disappointing
+.pull-left[
+###Models had the same output:
+- Returned Coefficients ≈ 0
+- p‑values ≈ 1.000
+- Pseudo R² ≈ 0
+- Log‑Likelihood identical to the null model.]
+
+.pull-right[
+###What does this mean?
+- None of the subgroup predictors explained any variation in any of the four policy outcomes.
+
+- Subgroups showed no predictive relationship with Cell‑phone policy presence, Cell‑phone policy strictness, AI policy presence and Digital literacy instruction.]
+---
+#Why did this happen?
+###Dataset:
+- Not on individual‑level — it is subgroup‑level aggregated percentages thus creating many limitations for our models.
+
+- Uniformity across subgroups: The outcomes (policy presence, strictness, AI policy, digital literacy) are distributed almost identically across all subgroups, so the predictors we are using cannot differentiate them.
+
+- Due to the structural constraints that our aggregated data brings, it shows that no matter what statistical or machine‑learning model we use (logistic, ordinal, multinational, random forest, bagging, boosting) none can find subgroup differences that do not exist in the underlying data we are using from the NCES survey.
+---
+#What we Learned:
+- Subgroup characteristics do not explain differences in policy presence, strictness, AI policy adoption, or digital literacy instruction.
+
+- Technology policies in schools do vary, but not in ways that align with demographic or structural subgroup characteristics we are analyzing.
+
+- Vizualizations do show the actual distribution of policy outcomes, highlight smaller patterns that models cannot capture due to aggregation and allow us to compare subgroups visually even when statistical models show no predictive power.
+---
+#Implications for Stakeholders:
+
+.pull-left[
+###Parents:
+- Parents should use this information to focus on policy quality, and enforcement, rather than demographic factors.
+###Teachers:
+- In terms of cell phone policies, Teachers follow the rules of the district, they can use this information to properly inform themselves on the growth and changing enviorment of policies on technology.
+
+- AI policies are rare everywhere for now, teachers may need to rely on their own professional judgment and school‑level guidance on how to approach and deal with AI.]
+
+.pull-right[
+###Students:
+- Students should understand that differences in policy enforcement are local decisions, not demographic inequities. Students should use these findings to advocate for clearer and more concrete policies.
+###Administrators:
+- Administrators should use this information to maintain this minimal difference in subgroups for these policies, and shift their focus to the implementation proccess of these policies in schools.]
+---
+#Ethical Considerations:
+
+###Shift in focus:
+-The ethical considerations of cell phone, AI and Digital literacy polices and instruction will shift from are certain groups in schools affected by these polices, to how these polices affect students on an individual level academically, socially and emotionally.
+
+- The ethical dilemma I started with was is it ethical to restrict student access to their phones during the school day?
+
+- Due to my findings it appears that schools across the country say yes, but the impact on the students overall health is unclear.
+---
+##Legal & Societal Considerations:
+
+.pull-left[
+###Legal:
+- Does restricting phones could limit a student’s ability to contact family in emergencies?
+
+- Could schools face liability if a student cannot reach their family during an emergency due to a strict policy?
+
+- If these policies are a detriment to students overall health, will that change the current dominance in policies in schools legally?]
+
+.pull-right[
+###Societal:
+- These policies are reshaping student experiences in schools across the entire U.S. educational system.
+
+- Overall the biggest societal implication for these policies is the students and how it is affecting them similar to the ethical implications.
+
+- Students are the next generation in our society, we need to apporach these policies in the correct way in order to limit the negative affects they can have on the students overall health and well-being. ]
+---
+#Thank you!
+---
+
+
+
+
diff --git a/presentations/Data400_Mini_Presentation_TommyE.html b/presentations/Data400_Mini_Presentation_TommyE.html
new file mode 100644
index 0000000..a1a8537
--- /dev/null
+++ b/presentations/Data400_Mini_Presentation_TommyE.html
@@ -0,0 +1,394 @@
+
+
+
+ Data 400 Mini Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/presentations/Tommy_Eaton_Data_400.md.html b/presentations/Tommy_Eaton_Data_400.md.html
new file mode 100644
index 0000000..835ec70
--- /dev/null
+++ b/presentations/Tommy_Eaton_Data_400.md.html
@@ -0,0 +1,60 @@
+Tommy Eaton Data 400.md
+
Tommy Eaton Data 400 Idea 1 Document:
+
Research Question:
+
+
Do high school cellphone policies improve student academic performance measured through graduation rates, attendance and engagement between 2023 and 2025?
+
+
1. Tractable Data:
+
+
+
+
Data location
+
Contents
+
+
+
+
+
NCES School Pulse Panel (SPP)
+
Nationally available cellphone policy data including whether a school has a cell phone policy, types of policy, school characteristics, attendance/behavior indicators, State and District Identifiers.
+
+
+
The EdFacts Data Collection
+
Provides nationwide, school level data on attendance, chronic absenteeism, graduation rates, and assessment performance.
+
+
+
+
Why am I using two different datasets?
+
+
There is not a single database that includes the three inportant varibles that I want to use in my model which is school cell phone policies, graduation rates of students and assessment performace.
+
The School Pulse Panel is the only nationwide dataset that directly measures cellphone policy adoption and enforcement at the school level.
+
EdFacts is the only nationwide, standardized dataset that includes school level academic performance indicators for every public school in the U.S.
+
Because GPA is unavailable nationwide, I will use graduation rates, attendance, chronic absenteeism, and assessment performance as standardized academic outcome measures.
+
I am also going to have to focus on a few specific states because the EdFacts data is by state. So I will pick 2 states with cell phonbe policies and 2 without.
+
+
2. Data Retrieval:
+
+
SPP Retrieval: Download the annual SSP files from NCES website from 2023-2025 and only extract the variables Cellphone policy indicators and School identifiers. NCES School Pulse Panel
+
EDFacts Retrieval: Download the Annual EdFacts files from the EDFACTS website from 2023-2025 and only extract the variables attendance, chronic absenteeism, graduation rates, assessment performance and demographics. EDFacts
+
+
3. Specification of the Model:
+
+
I will Be using a Difference in Differences Model that compares schools that have cellphone policies to those who do not and how these policies effect graduation rates, assessment performance and attendence.
+
A baseline or other forms of a DiD model is the simplest and best way to estimate whether cellphone policies cause changes in graduation rates, attendance, and assessment performance by comparing how schools who have or dont have cell phone policies change the acedemic performace of their students over time.
+
+
4. Implications for Stakeholders:
+
+
The topic of cellphone bans is relatively new and their is very minimal data on how it effects students academic performace. Study’s on this topic are more focused on student engagement, cyberbullying, use of AI/cheating, overall health and well being of students health.
+
The stakeholders for my project are Parents, Teachers, Students and Administrators of schools in the united states either with or without cell phone policies.
+
Parents can use the information from my project to help properly inform them on their decision making it terms of whether or not they support these policies in schools and whether these policies are beneficial to their children while in school.
+
Teachers can use the information from my project to help show them whether or not these cell phone policies are beneficial or detrimental to their students as well as their classroom enviorment. As well as inform them to whether or not they should support these policies in schools.
+
Students can use the information from my project to inform them on the outcomes of these policies because they are at the center of these policies. Specifically whether they are positive or negative impacts and whether or not they need to do something to address this by talking to parents, teachers or administrators.
+
Administrators can use the information from my project to inform them on whether or not the policies that they put into place are effective and the solution to the problem they are trying to address or if they need to try and address the problems another way.
+
+
5. Ethical, Legal and Societal implications:
+
+
The main ethical implications of this project is to show if these policies are actually beneficial for the students in these schools academically. Through other studies it has been shown that these policies are beneficial for the other issues including student engagement, cyberbullying, use of AI/cheating, overall health and well being of students health. All of these issues are all trying to address the same ethical dilemma which is it ethical to prevent a student access to their cellphone during the school day, and with so many stakeholders involved it is a very difficult question to answer.
+
Legal implications would be is it possible to make these cell phone policies a federal mandate, because as of now they are only state or district wide so it is the state or districts decision. Another legal implication would be do these cellphone policies put the school in danger legally if a stuudent is unable to contact their parents in a time of need.
+
Societal Implications would be this project could show how effective or ineffective these cell phone policies are academically for students and could impact how schools across the united states address their students and cell phones in their schools.
+
+
+
\ No newline at end of file
diff --git a/presentations/Tommy_Eaton_Data_400_Idea_2.md b/presentations/Tommy_Eaton_Data_400_Idea_2.md
new file mode 100644
index 0000000..8f6987b
--- /dev/null
+++ b/presentations/Tommy_Eaton_Data_400_Idea_2.md
@@ -0,0 +1,31 @@
+# Tommy Eaton Data 400 Idea 2 Document:
+
+# Research Question:
+
+- When a College or University wins a National Championship in basketball, football and hockey, how does winning a championship in 3 major sports effect the schools applications? Does winning a national chamionship in a sport cause more applications to the school? Do some sports cause more applications than others?
+
+# 1. Tractable Data:
+| Data location | Contents |
+| ------ | ------ |
+| Sports Reference |This website has tracked the winners each year for national championships of all major division 1 sports and lists the schools that have won and the year they won.|
+|IPEDS |Provides data on colleges nationwide and can create custom datasets with the variables that I want to include which would be enrollment, applications (if possible), acceptance rate, and test scores of the schools after they won a championship |
+
+
+
+# 2. Data Retrieval:
+- Sports Reference: Download the data for each of the three major sports and all of the schools that won national championships over the last 20 years. [Sports Reference](https://www.sports-reference.com/cbb/postseason/)
+- EDFacts Retrieval: Create a custom dataset with the list of schools that won the national championship and their data on enrollement, applications, acceptance rate and test ssores the year after they won. [IPEDS](https://nces.ed.gov/ipeds/datacenter/InstitutionByName.aspx?goToReportId=5&sid=5b318ed5-7d5d-400f-84f7-ef9569f45b31&rtid=5)
+
+# 3. Specification of the Model:
+
+- I will Be using a Difference in Differences Model that compares schools that have won a national chamionship vs a population of schools that did not win a national chamionship and their incoming sutdent data the following year.
+- A baseline or other forms of a DiD model is the simplest and best way to estimate whether winning a national championship aka athletic success leads to an increase in incoming students.
+
+# 4. Implications for Stakeholders:
+- Schools: With the new regulations regarding paying student athletes, schools are stakeholders because winning a national championship in a division 1 sport can lead to nationwide attention and an increase in potential student interest in your school. If your school recieves more applications due to winning a national championship, its given that the schools acceptance rate will go down due to the popularity of athletics, therefore schools recieve a certain level of academic prestige due to an increase in potential student intrest.
+- Students: Potential students have alot of factors to consider when considering a school that usually focuses on academic goals and professional goals after school. But with schools spending more money on student athletes, does athletics play a significant role in students decision making to go to certain schools?
+- Admissions: In admissions if you are reciving more applications due to athletic success, your job becomes increasingly harder, having to take a more in depth look at what students apply and in the end having to deny more students due to the increase in applications.
+# 5. Ethical, Legal and Societal implications:
+- Ethical: Due to the changes in college athletics and paying student athletes, the ethical dilemma that arises is whether or not spending more money on athletics whether through the school budget or through investors to increase your schools popularity and attention and profit is ethical. On the one hand, if you invest alot of money into athletes and you win lots of national championships and your school is thriving because of it is not a bad thing. But what happens when schools invest lots of money into athletics to raise popularity, and you have no success in those sports, that is a major risk many schools in the U.S take that could cost them emmensely.
+- Legal: Is is legal in the world of college sports if one school has the ability to spend millions more money on their athletes compared to other schools? This could cause an imbalance of competition within the coliegate level of sports similar to the MLB in the sense that Teams with more money are able to sign the best players simply because they are able to pay more money than other teams.
+- Societal: As a society we are drawn to success, whether that is academic, professional or athletic success. With the rise in paying student athletes, schools are basically signing big name highschool athletes in order to recruit more students to their school. Does athletic success at a school have a role in potential student enrollment, if so what is stopping schools from spending as much money as possible in sports in order to raise their popularity? Essentially creating a David vs goliath story of schools who spend money on athletics vs schools who do not.
\ No newline at end of file
diff --git a/presentations/Tommy_Eaton_Data_400_Idea_2.md.html b/presentations/Tommy_Eaton_Data_400_Idea_2.md.html
new file mode 100644
index 0000000..ac322b8
--- /dev/null
+++ b/presentations/Tommy_Eaton_Data_400_Idea_2.md.html
@@ -0,0 +1,49 @@
+Tommy Eaton Data 400 Idea 2.md
+
Tommy Eaton Data 400 Idea 2 Document:
+
Research Question:
+
+
When a College or University wins a National Championship in basketball, football and hockey, how does winning a championship in 3 major sports effect the schools applications? Does winning a national chamionship in a sport cause more applications to the school? Do some sports cause more applications than others?
+
+
1. Tractable Data:
+
+
+
+
Data location
+
Contents
+
+
+
+
+
Sports Reference
+
This website has tracked the winners each year for national championships of all major division 1 sports and lists the schools that have won and the year they won.
+
+
+
IPEDS
+
Provides data on colleges nationwide and can create custom datasets with the variables that I want to include which would be enrollment, applications (if possible), acceptance rate, and test scores of the schools after they won a championship
+
+
+
+
2. Data Retrieval:
+
+
Sports Reference: Download the data for each of the three major sports and all of the schools that won national championships over the last 20 years. Sports Reference
+
EDFacts Retrieval: Create a custom dataset with the list of schools that won the national championship and their data on enrollement, applications, acceptance rate and test ssores the year after they won. IPEDS
+
+
3. Specification of the Model:
+
+
I will Be using a Difference in Differences Model that compares schools that have won a national chamionship vs a population of schools that did not win a national chamionship and their incoming sutdent data the following year.
+
A baseline or other forms of a DiD model is the simplest and best way to estimate whether winning a national championship aka athletic success leads to an increase in incoming students.
+
+
4. Implications for Stakeholders:
+
+
Schools: With the new regulations regarding paying student athletes, schools are stakeholders because winning a national championship in a division 1 sport can lead to nationwide attention and an increase in potential student interest in your school. If your school recieves more applications due to winning a national championship, its given that the schools acceptance rate will go down due to the popularity of athletics, therefore schools recieve a certain level of academic prestige due to an increase in potential student intrest.
+
Students: Potential students have alot of factors to consider when considering a school that usually focuses on academic goals and professional goals after school. But with schools spending more money on student athletes, does athletics play a significant role in students decision making to go to certain schools?
+
Admissions: In admissions if you are reciving more applications due to athletic success, your job becomes increasingly harder, having to take a more in depth look at what students apply and in the end having to deny more students due to the increase in applications.
+
+
5. Ethical, Legal and Societal implications:
+
+
Ethical: Due to the changes in college athletics and paying student athletes, the ethical dilemma that arises is whether or not spending more money on athletics whether through the school budget or through investors to increase your schools popularity and attention and profit is ethical. On the one hand, if you invest alot of money into athletes and you win lots of national championships and your school is thriving because of it is not a bad thing. But what happens when schools invest lots of money into athletics to raise popularity, and you have no success in those sports, that is a major risk many schools in the U.S take that could cost them emmensely.
+
Legal: Is is legal in the world of college sports if one school has the ability to spend millions more money on their athletes compared to other schools? This could cause an imbalance of competition within the coliegate level of sports similar to the MLB in the sense that Teams with more money are able to sign the best players simply because they are able to pay more money than other teams.
+
Societal: As a society we are drawn to success, whether that is academic, professional or athletic success. With the rise in paying student athletes, schools are basically signing big name highschool athletes in order to recruit more students to their school. Does athletic success at a school have a role in potential student enrollment, if so what is stopping schools from spending as much money as possible in sports in order to raise their popularity? Essentially creating a David vs goliath story of schools who spend money on athletics vs schools who do not.
+
+
+
\ No newline at end of file
diff --git a/presentations/Tommy_Eaton_Data_400_idea_1.md b/presentations/Tommy_Eaton_Data_400_idea_1.md
new file mode 100644
index 0000000..eb21a38
--- /dev/null
+++ b/presentations/Tommy_Eaton_Data_400_idea_1.md
@@ -0,0 +1,43 @@
+# Tommy Eaton Data 400 Idea 1 Document:
+
+# Research Question:
+
+- Do high school cellphone policies improve student academic performance measured through graduation rates, attendance and engagement between 2023 and 2025?
+
+# 1. Tractable Data:
+| Data location | Contents |
+| ------ | ------ |
+| NCES School Pulse Panel (SPP) | Nationally available cellphone policy data including whether a school has a cell phone policy, types of policy, school characteristics, attendance/behavior indicators, State and District Identifiers. |
+| The EdFacts Data Collection |Provides nationwide, school level data on attendance, chronic absenteeism, graduation rates, and assessment performance. |
+
+### Why am I using two different datasets?
+
+- There is not a single database that includes the three inportant varibles that I want to use in my model which is school cell phone policies, graduation rates of students and assessment performace.
+- The School Pulse Panel is the only nationwide dataset that directly measures cellphone policy adoption and enforcement at the school level.
+- EdFacts is the only nationwide, standardized dataset that includes school level academic performance indicators for every public school in the U.S.
+- Because GPA is unavailable nationwide, I will use graduation rates, attendance, chronic absenteeism, and assessment performance as standardized academic outcome measures.
+- I am also going to have to focus on a few specific states because the EdFacts data is by state. So I will pick 2 states with cell phonbe policies and 2 without.
+
+
+
+# 2. Data Retrieval:
+- SPP Retrieval: Download the annual SSP files from NCES website from 2023-2025 and only extract the variables Cellphone policy indicators and School identifiers. [NCES School Pulse Panel](https://nces.ed.gov/surveys/spp/results.asp)
+- EDFacts Retrieval: Download the Annual EdFacts files from the EDFACTS website from 2023-2025 and only extract the variables attendance, chronic absenteeism, graduation rates, assessment performance and demographics. [EDFacts](https://www.ed.gov/search?search_api_fulltext=Data&aggregated_field%5Bmin%5D=&aggregated_field%5Bmax%5D=&facet_topic%5B2297%5D=2297&sort_bef_combine=search_api_relevance_DESC&page=1)
+
+# 3. Specification of the Model:
+
+- I will Be using a Difference in Differences Model that compares schools that have cellphone policies to those who do not and how these policies effect graduation rates, assessment performance and attendence.
+- A baseline or other forms of a DiD model is the simplest and best way to estimate whether cellphone policies cause changes in graduation rates, attendance, and assessment performance by comparing how schools who have or dont have cell phone policies change the acedemic performace of their students over time.
+
+# 4. Implications for Stakeholders:
+- The topic of cellphone bans is relatively new and their is very minimal data on how it effects students academic performace. Study's on this topic are more focused on student engagement, cyberbullying, use of AI/cheating, overall health and well being of students health.
+- The stakeholders for my project are Parents, Teachers, Students and Administrators of schools in the united states either with or without cell phone policies.
+- Parents can use the information from my project to help properly inform them on their decision making it terms of whether or not they support these policies in schools and whether these policies are beneficial to their children while in school.
+- Teachers can use the information from my project to help show them whether or not these cell phone policies are beneficial or detrimental to their students as well as their classroom enviorment. As well as inform them to whether or not they should support these policies in schools.
+- Students can use the information from my project to inform them on the outcomes of these policies because they are at the center of these policies. Specifically whether they are positive or negative impacts and whether or not they need to do something to address this by talking to parents, teachers or administrators.
+- Administrators can use the information from my project to inform them on whether or not the policies that they put into place are effective and the solution to the problem they are trying to address or if they need to try and address the problems another way.
+
+# 5. Ethical, Legal and Societal implications:
+- The main ethical implications of this project is to show if these policies are actually beneficial for the students in these schools academically. Through other studies it has been shown that these policies are beneficial for the other issues including student engagement, cyberbullying, use of AI/cheating, overall health and well being of students health. All of these issues are all trying to address the same ethical dilemma which is it ethical to prevent a student access to their cellphone during the school day, and with so many stakeholders involved it is a very difficult question to answer.
+- Legal implications would be is it possible to make these cell phone policies a federal mandate, because as of now they are only state or district wide so it is the state or districts decision. Another legal implication would be do these cellphone policies put the school in danger legally if a stuudent is unable to contact their parents in a time of need.
+- Societal Implications would be this project could show how effective or ineffective these cell phone policies are academically for students and could impact how schools across the united states address their students and cell phones in their schools.
\ No newline at end of file
diff --git a/presentations/Tommy_Eaton_Demotest_data400.Rmd b/presentations/Tommy_Eaton_Demotest_data400.Rmd
new file mode 100644
index 0000000..689b785
--- /dev/null
+++ b/presentations/Tommy_Eaton_Demotest_data400.Rmd
@@ -0,0 +1,18 @@
+---
+title: "My First Presentation"
+subtitle: "⚔ with xaringan"
+author: "Tommy Eaton"
+institute: "Dickinson College"
+date: "`r Sys.Date()`"
+output:
+ xaringan::moon_reader:
+ lib_dir: libs
+ nature:
+ highlightStyle: github
+ highlightLines: true
+ countIncrementalSlides: false
+---
+
+# My Slide in Xaringan
+
+This is my First Slide
\ No newline at end of file
diff --git a/presentations/Tommy_Eaton_Demotest_data400.html b/presentations/Tommy_Eaton_Demotest_data400.html
new file mode 100644
index 0000000..299f4ae
--- /dev/null
+++ b/presentations/Tommy_Eaton_Demotest_data400.html
@@ -0,0 +1,173 @@
+
+
+
+ My First Presentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/presentations/Tommy_Eaton_Demotest_data400_files/figure-html/cars-1.svg b/presentations/Tommy_Eaton_Demotest_data400_files/figure-html/cars-1.svg
new file mode 100644
index 0000000..d73b501
--- /dev/null
+++ b/presentations/Tommy_Eaton_Demotest_data400_files/figure-html/cars-1.svg
@@ -0,0 +1,185 @@
+
+
diff --git a/presentations/img/AIrankedN.png b/presentations/img/AIrankedN.png
new file mode 100644
index 0000000..947d94e
Binary files /dev/null and b/presentations/img/AIrankedN.png differ
diff --git a/presentations/img/AIrankedY.png b/presentations/img/AIrankedY.png
new file mode 100644
index 0000000..5429617
Binary files /dev/null and b/presentations/img/AIrankedY.png differ
diff --git a/presentations/img/CartoonCellPhone.jpg b/presentations/img/CartoonCellPhone.jpg
new file mode 100644
index 0000000..40194e9
Binary files /dev/null and b/presentations/img/CartoonCellPhone.jpg differ
diff --git a/presentations/img/CreatingDataset.png b/presentations/img/CreatingDataset.png
new file mode 100644
index 0000000..2cfc518
Binary files /dev/null and b/presentations/img/CreatingDataset.png differ
diff --git a/presentations/img/DLrankedN.png b/presentations/img/DLrankedN.png
new file mode 100644
index 0000000..7f3bbe6
Binary files /dev/null and b/presentations/img/DLrankedN.png differ
diff --git a/presentations/img/DLrankedY.png b/presentations/img/DLrankedY.png
new file mode 100644
index 0000000..96b32e4
Binary files /dev/null and b/presentations/img/DLrankedY.png differ
diff --git a/presentations/img/ExcelData.png b/presentations/img/ExcelData.png
new file mode 100644
index 0000000..815cb5b
Binary files /dev/null and b/presentations/img/ExcelData.png differ
diff --git a/presentations/img/MapCellPhoneBans.png b/presentations/img/MapCellPhoneBans.png
new file mode 100644
index 0000000..90ae4c5
Binary files /dev/null and b/presentations/img/MapCellPhoneBans.png differ
diff --git a/presentations/img/NCESSTATS.png b/presentations/img/NCESSTATS.png
new file mode 100644
index 0000000..0a15a98
Binary files /dev/null and b/presentations/img/NCESSTATS.png differ
diff --git a/presentations/img/SchoolDF.png b/presentations/img/SchoolDF.png
new file mode 100644
index 0000000..becf30f
Binary files /dev/null and b/presentations/img/SchoolDF.png differ
diff --git a/presentations/img/SchoolDF1AIEDA.png b/presentations/img/SchoolDF1AIEDA.png
new file mode 100644
index 0000000..3f39458
Binary files /dev/null and b/presentations/img/SchoolDF1AIEDA.png differ
diff --git a/presentations/img/SchoolDF1AIFQEDA.png b/presentations/img/SchoolDF1AIFQEDA.png
new file mode 100644
index 0000000..300be3c
Binary files /dev/null and b/presentations/img/SchoolDF1AIFQEDA.png differ
diff --git a/presentations/img/SchoolDF1AIhmEDA.png b/presentations/img/SchoolDF1AIhmEDA.png
new file mode 100644
index 0000000..7500fbe
Binary files /dev/null and b/presentations/img/SchoolDF1AIhmEDA.png differ
diff --git a/presentations/img/SchoolDF1CPFQEDA.png b/presentations/img/SchoolDF1CPFQEDA.png
new file mode 100644
index 0000000..0950aef
Binary files /dev/null and b/presentations/img/SchoolDF1CPFQEDA.png differ
diff --git a/presentations/img/SchoolDF1CPPEDA.png b/presentations/img/SchoolDF1CPPEDA.png
new file mode 100644
index 0000000..426813f
Binary files /dev/null and b/presentations/img/SchoolDF1CPPEDA.png differ
diff --git a/presentations/img/SchoolDF1CPhmEDA.png b/presentations/img/SchoolDF1CPhmEDA.png
new file mode 100644
index 0000000..a5e9f62
Binary files /dev/null and b/presentations/img/SchoolDF1CPhmEDA.png differ
diff --git a/presentations/img/SchoolDF1DLEDA.png b/presentations/img/SchoolDF1DLEDA.png
new file mode 100644
index 0000000..dd95221
Binary files /dev/null and b/presentations/img/SchoolDF1DLEDA.png differ
diff --git a/presentations/img/SchoolDF1DLQFAEDA.png b/presentations/img/SchoolDF1DLQFAEDA.png
new file mode 100644
index 0000000..25819ad
Binary files /dev/null and b/presentations/img/SchoolDF1DLQFAEDA.png differ
diff --git a/presentations/img/SchoolDF1DLhmEDA.png b/presentations/img/SchoolDF1DLhmEDA.png
new file mode 100644
index 0000000..adc4367
Binary files /dev/null and b/presentations/img/SchoolDF1DLhmEDA.png differ
diff --git a/presentations/img/SchoolDF1RankedN.png b/presentations/img/SchoolDF1RankedN.png
new file mode 100644
index 0000000..908fa97
Binary files /dev/null and b/presentations/img/SchoolDF1RankedN.png differ
diff --git a/presentations/img/SchoolDF1RankedY.png b/presentations/img/SchoolDF1RankedY.png
new file mode 100644
index 0000000..f879e63
Binary files /dev/null and b/presentations/img/SchoolDF1RankedY.png differ
diff --git a/presentations/img/SchoolDF1cnt.png b/presentations/img/SchoolDF1cnt.png
new file mode 100644
index 0000000..a9296ff
Binary files /dev/null and b/presentations/img/SchoolDF1cnt.png differ
diff --git a/presentations/img/SchoolDF1org.png b/presentations/img/SchoolDF1org.png
new file mode 100644
index 0000000..bd44974
Binary files /dev/null and b/presentations/img/SchoolDF1org.png differ
diff --git a/presentations/img/SchoolDFcnt.png b/presentations/img/SchoolDFcnt.png
new file mode 100644
index 0000000..f4d06d2
Binary files /dev/null and b/presentations/img/SchoolDFcnt.png differ
diff --git a/presentations/img/SchoolDf1cat.png b/presentations/img/SchoolDf1cat.png
new file mode 100644
index 0000000..5e50d2f
Binary files /dev/null and b/presentations/img/SchoolDf1cat.png differ
diff --git a/presentations/libs/header-attrs-2.30/header-attrs.js b/presentations/libs/header-attrs-2.30/header-attrs.js
new file mode 100644
index 0000000..dd57d92
--- /dev/null
+++ b/presentations/libs/header-attrs-2.30/header-attrs.js
@@ -0,0 +1,12 @@
+// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
+// be compatible with the behavior of Pandoc < 2.8).
+document.addEventListener('DOMContentLoaded', function(e) {
+ var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
+ var i, h, a;
+ for (i = 0; i < hs.length; i++) {
+ h = hs[i];
+ if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
+ a = h.attributes;
+ while (a.length > 0) h.removeAttribute(a[0].name);
+ }
+});
diff --git a/presentations/libs/remark-css-0.0.1/default.css b/presentations/libs/remark-css-0.0.1/default.css
new file mode 100644
index 0000000..d37bfd2
--- /dev/null
+++ b/presentations/libs/remark-css-0.0.1/default.css
@@ -0,0 +1,72 @@
+a, a > code {
+ color: rgb(249, 38, 114);
+ text-decoration: none;
+}
+.footnote {
+ position: absolute;
+ bottom: 3em;
+ padding-right: 4em;
+ font-size: 90%;
+}
+.remark-code-line-highlighted { background-color: #ffff88; }
+
+.inverse {
+ background-color: #272822;
+ color: #d6d6d6;
+ text-shadow: 0 0 20px #333;
+}
+.inverse h1, .inverse h2, .inverse h3 {
+ color: #f3f3f3;
+}
+/* Two-column layout */
+.left-column {
+ color: #777;
+ width: 20%;
+ height: 92%;
+ float: left;
+}
+.left-column h2:last-of-type, .left-column h3:last-child {
+ color: #000;
+}
+.right-column {
+ width: 75%;
+ float: right;
+ padding-top: 1em;
+}
+.pull-left {
+ float: left;
+ width: 47%;
+}
+.pull-right {
+ float: right;
+ width: 47%;
+}
+.pull-right + * {
+ clear: both;
+}
+img, video, iframe {
+ max-width: 100%;
+}
+blockquote {
+ border-left: solid 5px lightgray;
+ padding-left: 1em;
+}
+.remark-slide table {
+ margin: auto;
+ border-top: 1px solid #666;
+ border-bottom: 1px solid #666;
+}
+.remark-slide table thead th { border-bottom: 1px solid #ddd; }
+th, td { padding: 5px; }
+.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }
+
+@page { margin: 0; }
+@media print {
+ .remark-slide-scaler {
+ width: 100% !important;
+ height: 100% !important;
+ transform: scale(1) !important;
+ top: 0 !important;
+ left: 0 !important;
+ }
+}
diff --git a/presentations/libs/remark-css-0.0.1/duke-blue.css b/presentations/libs/remark-css-0.0.1/duke-blue.css
new file mode 100644
index 0000000..6e64df9
--- /dev/null
+++ b/presentations/libs/remark-css-0.0.1/duke-blue.css
@@ -0,0 +1,81 @@
+/* Colors are defined by the */
+/* Duke Branding Color Palette */
+/* https://styleguide.duke.edu/color-palette/ */
+
+a, a > code {
+ color: rgb(6,128,205);
+ text-decoration: none;
+}
+
+h1, h2, h3 {
+ color: #003366;
+ line-height: 0.6em;
+ text-shadow: 0 0 10px #666666;
+}
+
+.duke-orange {
+ background-color: #F09905;
+}
+
+.duke-orange a, .dk_orange a > code {
+ color: rgb(6,128,205);
+ text-decoration: none;
+}
+
+.duke-orange h1, .duke-orange h2, .duke-orange h3 {
+ color: #001A57;
+ line-height: 0.8em;
+ text-shadow: 0 0 10px #666666;
+}
+
+.duke-softblue {
+ background-color: #339999;
+ color: #FFD960;
+}
+
+.duke-softblue a, .duke-softblue a > code {
+ /* color: rgb(153,50, 153); */
+ color: rgb(19,2,131);
+ text-decoration: none;
+}
+.duke-softblue h1, .duke-softblue h2, .duke-softblue h3 {
+ color: #001A57;
+ line-height: 0.8em;
+ text-shadow: 0 0 10px #728302;
+}
+
+.duke-green {
+ background-color: #728302;
+ /* color: #FFD960; */
+}
+.duke-green h1, .duke-green h2, .duke-green h3 {
+ color: #001A57;
+ line-height: 0.8em;
+ text-shadow: 0 0 10px #FFD960;
+}
+
+.duke-green a, .duke-green a > code {
+ color: rgb(19,2,131);
+ text-decoration: none;
+}
+
+.inverse {
+ background-color: #003366;
+ color: #B5B5B5;
+ text-shadow: 0 0 20px #728302;
+ /* 001A57 728302*/
+}
+
+.inverse h1, .inverse h2, .inverse h3 {
+ color: #B5B5B5;
+ line-height: 0.8em;
+}
+
+.imageTop {
+ vertical-align: top;
+}
+
+h4 {
+ font-family: 'Yanone Kaffeesatz';
+ font-weight: normal;
+}