Multiple regression analysis allows modeling of relationships between a dependent variable and multiple independent variables. The model takes the form of Y = β0 + β1X1 + β2X2 + ... + βkXk + ε, where Y is the dependent variable, the X's are independent variables, the β's are coefficients, and ε is the error term. Regression coefficients are estimated to predict Y values and are interpreted as the expected change in Y from a one-unit change in the corresponding X, holding other X's constant. The overall model, individual coefficients, and goodness of fit can be evaluated statistically. Nonlinear relationships may require transforming variables before applying regression.