SSREG is calculated with $\sum_{i=1}^{n} (\hat Y_i - \bar{Y})^2$ which is the regression sum of squares
SSRES is calculated with $\sum_{i=1}^{n} ( Y_i - \hat Y_i)^2$ which is the residual sum of squares
If we are given
$$\sum_{i=1}^{n} X_i = 323.02, \sum_{i=1}^{n} Y_i = 333.15, \sum_{i=1} ^{n} X_i^2 = 1021.487, \hat\beta_0 = 1.097, \hat\beta_1 = 0.674 $$
I cant seem to find relevant formulas to help me compute it with given info the best I found was
$SSREG = \hat\beta^2_{1} \sum_{i=1}^{n} (X_i - \bar{X})^2 $
Is there an easier one?
