$$ y = (2,4,6,8,10) $$ $$ x_1 = (1,2,3,4,5) $$
Linear model:
$$ y = \beta_0 + \beta_1x_1 $$
- p-value of $x_1$: <2e-16
- $R^2$: 1.00
- p-value of model: <2e-16 with 1 var, 3df
Why doesn't p-value tell us to reject this model and this variable until we increase size of n?