I am performing a linear regression to a simple X,Y dataset. The least squares fit results in R2=0.9533, which is actually good. However, when I look at the data, I find certain outliers that clearly do not fit to the regression model. If I remove those outliers, the R2 increases just to 0.9673. Do you know any alternative coefficient that can measure the performance of the regression which is more sensitive to the presence of outliers? I do not question the fit of the regression line, but I would like to be able to identify the presence of those outliers just by looking at a coefficient without the need to plot the data.
Attached, I included my data and plots.