Scenario: Given the Tinder stats for Crammer Nation University's Delta Apple Pi chapter, interpret the resulting regression equation and find the predicted Tinder Matches for Year 15.
To transform an exponential relationship to a linear relationship (to be able to run regression on it)... we'll take the natural logarithm (ln) of the response variable.
y-hat is the predicted value ("Tinder matches") given an x1 value ("Year"). b0 is the y-intercept. b1 is the change in predicted response ("Tinder matches") for each unit +/- in x1 ("Year"). x1 is the value for the first (i.e. "1") predictor variable.