1. Analyzing Study Time vs. Test Scores
EducatorBackground
A teacher wants to understand how the number of hours students study impacts their final exam scores.
Problem
Needs to calculate the linear correlation and regression line to predict future scores based on study habits.
How to use
Paste the paired data (hours, score) into the Data Pairs field and ensure 'Include Regression Line' is checked.
{
"pairedData": "1, 52\n2, 57\n3, 63\n4, 68\n5, 74",
"includeRegressionLine": true
}Outcome
The tool outputs a Pearson r of 0.9995 and an R-squared of 0.999, indicating a near-perfect positive linear relationship, along with the regression equation.