Simple liner regression is a sloped line fitted to the values with two parameters. On the other hand an intercept only model shows a fitted value, the mean of y. It's a straight line only measuring one parameter.
General Equation of a Straight Line
Generally the equation of slope is
where: (y when x=0) (Increase in y when x increases by 1) which is assumed in a normal distribution
If then...
x and y aren't related
there is no slope
the mean of y doesn't depend on x
the mean of y is constant
The problem is that we don't observe (population parameter), we only observe (estimate of the slope based on sample). Sometimes is small so the question becomes how far from 0 does the slope have to be before we accept x and y aren't related?
Null and Alternative Hypotheses
Null Hypothesis is what we believe unless we find evidence, is presumed true until evidence is found that it is false. or in other words, there is no association between x and y
Alternative Hypothesis is what is believed if evidence is found to reject the null hypothesis. , there's an association between x and y
P-Values
Evidence against the null hypothesis
Small p-values are more evidence against the null hypothesis
Slope
If is true then is a flat line intercept only is suitable unless there is evidence otherwise
If is true then then a slope line is better if we have evidence