Measuring the effectiveness of teaching methods is essential for improving academic outcomes. During a recent research project led by one of my professors, I contributed to the statistical analysis portion, focusing on whether a new teaching method led to measurable improvements in student performance. My main responsibilities included running hypothesis tests, preparing the dataset, and interpreting the results in a structured analytical summary.
Project Background
The professor’s research objective was to determine which teaching method helped students improve their academic results more effectively. Students participated in assessments before and after the new instructional approach was introduced. My role was to analyze the collected data and verify if the changes in scores were statistically significant.
Data Preparation and Tools Used
I used both R and Excel to organize, clean, and prepare the dataset. The work included:
- Handling missing or inconsistent entries
- Structuring before and after data for paired analysis
- Preparing variables for hypothesis tests
- Exploring distribution and preliminary patterns
R served as the primary tool for statistical testing due to its reliability and strong support for hypothesis‑driven analysis.
Statistical Analysis Approach
To understand whether student results showed meaningful improvement after applying the new teaching method, I performed a paired t‑test. This test compares the mean of the same group before and after an intervention, making it ideal for evaluating changes in student performance.
In addition to the paired t‑test, I also explored:
- Hypothesis tests for means, proportions and variance
- Correlation analysis to identify relationships between variables
- Simple regression to check which factors influenced improvement the most
- Group comparison tests where relevant
This combination of tests helped build a detailed understanding of how and why the new teaching method affected learning outcomes.
Key Findings
The paired t‑test indicated a statistically significant increase in student scores after the new teaching method was implemented. This result suggests that the improvement was not random but supported by solid evidence. Additional analyses revealed positive relationships between student engagement, clarity of instruction and improved results.
These findings were included in the professor’s research paper and contributed to a more evidence‑backed understanding of teaching effectiveness.
Project Impact
This project demonstrated how statistical analysis can provide meaningful insights into educational performance. By using R to perform hypothesis testing and structured analysis, I was able to help:
- Validate the effectiveness of a new teaching approach
- Provide a data‑driven basis for academic decision‑making
- Build a replicable workflow for future research projects
It also strengthened my skills in R programming, statistical reasoning, and analytical reporting.