Is there a way to recalculate $R^2$ of a regression that I delete a point (for example an outlier point)?
The idea is to get the $R^2$ without a point but without recalculating all the regression. What I want is to do something similar that we do with the standardized residual that we can get it from the standardized residual without having to recalculate all the regression.
I have found the answer by myself. It is an "ugly" formula but it works. This is the relationship between $R^2(i)$ and $R^2$:
$R^{2}(i)=1-(1-R^{2})\left(1-\frac{r_{i}^{2}}{n-k-1}\right)\frac{(n-1)SS}{(n-1)SS-n(\bar{y}-y_{i})^{2}}$
Where: