I'm trying to find the uncertainty values for a set of data points' slope and intercept. The values are:
$(0.18751,0.512332), (0.17076, 0.511825), (0.23204,0.513665), (0.20878, 0.512986), (0.17172, 0.511855), (0.19006, 0.512479)$
and the equation for linear regression is $y = 0.03x + 0.5607$, with $R^2$ = $0.99827$.
How do I go about obtaining uncertainty values for the slope and intercept? Is it simply $1 - R^2$?