## Warning in summary.lm(model): essentially perfect fit: summary may be
## unreliable
##
## Call:
## lm(formula = Y ~ X, data = dataset)
##
## Residuals:
## 1 2 3 4 5
## 2.184e-16 -4.138e-16 1.514e-16 6.514e-17 -2.111e-17
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) -7.944e-16 3.007e-16 -2.642e+00 0.0775 .
## X 1.000e+00 9.065e-17 1.103e+16 <2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 2.867e-16 on 3 degrees of freedom
## Multiple R-squared: 1, Adjusted R-squared: 1
## F-statistic: 1.217e+32 on 1 and 3 DF, p-value: < 2.2e-16