Linear Regression demonstrates the relationship between two or more variables in a data set, in the same way that a graph shows the relationship between x and y. Linear Regression is a common algorithm for statistical modeling because the results are easily understood.
Linear Regression assumes a linear relationship between the variables. This can be demonstrated by the women dataset when plotting height vs weight.