How can I calculate an equation that represents the relationship between x and y? I have a table as my source, but this is for interpolation vs extrapolation residuals and there is no y intercept to start my equation.

1 answer

if it's a linear relationship, then just use two points to solve for m and b in
y = mx+b

Or, see similar examples in your text.
Or google the topic.