Linear Regression is a method to establish a linear relationship between a dependent variable with one or more independent or predictor variables.
Simple Linear Regression (SLR): One dependent (\(y\)) and one independent (\(x\)) variable.
Multiple Linear Regression (MLR): One dependent (\(y\)) and more than one independent (\(x_1, x_2, ..., x_n\)) variables.
In this presentation we will plot SLR for Volume vs. Girth and Volume vs. Height, and MLR for Volume vs. Girth and Height using data set trees.