Solved – Regression Terminology

regressionterminology

This is a very basic question, but I haven't been able to get an answer with my google-fu.

In the following sentences:

We regress W on Z

We performed a regression of W on Z

I'm unsure what of and on denote. Do I read that as:

$W \tilde{} \alpha + \beta Z + \epsilon $

or

$Z \tilde{} \alpha + \beta W + \epsilon $

Best Answer

The "regression of W on Z" means you're predicting W from Z. Using your equations, this corresponds to the first one, namely $W=\alpha+\beta Z+\epsilon$

Related Question