Simple linear regression uses a single independent variable to predict the value of a dependent variable. Multiple linear regression extends this to use multiple independent variables to predict the dependent variable. The document demonstrates multiple linear regression in R by regressing soil organic carbon (SOC) on elevation, precipitation, and slope using the lm() function. This produces a model object that contains coefficients, residuals, fitted values and other details about the regression model.