Skip to main content

Questions tagged [omitted-variable-bias]

0 votes
0 answers
69 views

Note that \begin{equation} \tag{Eq. 1} y=a\sum_{i}^{m}X_{q,k}^{2} + a\sum_{i}^{m}X_{q,k}^{2}\sum_{j= i + 1}^{m} \frac{X_{q,j}}{X_{q,i}} \end{equation} which could be re-arranged as: \begin{equation} \...
CafféSospeso's user avatar
4 votes
0 answers
374 views

Studying the relation between cocaine use and rent price I have a dataset where I can only observe two features at a time, in other words I am able to run a set of $k\times (k-1)$ distinct regressions ...
Three Diag's user avatar
0 votes
0 answers
61 views

I am considering two models. One is a Poisson model where the true relationship is: $$E( y \mid x,z)=exp(bx+cx \times z + dz+ f(x))$$ The other is a linear model: $$E( y \mid x,z)=bx+cx \times z + dz +...
lippi's user avatar
  • 134
6 votes
2 answers
459 views

I have a Poisson model where the true relationship is: $$E(y\mid x,z)=\exp(b_1+b_2\times x+b_3\times z)$$ but z is not observable and so it is omitted from the estimated regression. I read here that ...
lippi's user avatar
  • 134
1 vote
2 answers
275 views

I am running a LASSO regression on Bernoulli uncorrelated variables, i.e. each variable has probability $\frac{1}{2}$ of having value 0 or 1. My undertanding is that there should be no ommitted ...
Paul's user avatar
  • 418
1 vote
1 answer
119 views

I was just reading the Wikipedia page on omitted variable bias: [wiki for OVB][1], and I was confused by one of the main claims of the page, which is that the expected omitted variable bias is 0 iff ...
Paul's user avatar
  • 418
4 votes
1 answer
330 views

If my regression model $$ y_i = \alpha + \beta x_i + \epsilon_i $$ suffers from OVB the error contains one variable which we assume correlated with $$ \epsilon_i = \gamma w_i + u_i $$ my estimate of $\...
Three Diag's user avatar
0 votes
0 answers
87 views

I am building a descriptive model using OLS multivariate linear regression. I have a couple dozen candidate predictors, but only around 200 cases. Since I wanted at least 10 cases / variable for the ...
jorvaor's user avatar
0 votes
0 answers
60 views

I am estimating a regression of the form: My variable of interest is "X1", and based on the information here I can confidently say that the goal of my analysis is a causal inference. Now to ...
mpinzonc's user avatar
1 vote
1 answer
110 views

Suppose an independent variable that is influential in the data generating process for some dependent variable is omitted. The omitted variable has the following characteristics: It is NOT correlated ...
Patrick C's user avatar
0 votes
0 answers
51 views

If I know about an omitted variable in the regression and the data for it is available. But I also know that this omitted variable is endogenous, because the dependent variable and the omitted ...
Marlon Brando's user avatar
2 votes
1 answer
357 views

I was learning the mechanics of omitted variable bias in the context of linear regression. I built the following simple model with R: ...
Bobby's user avatar
  • 21
2 votes
1 answer
183 views

Using the usual matrix notation for Ordinary Linear Regression, suppose for $X_{n\times p}, Y_{n\times1}, B_{p\times1}$ and $e\sim MVN(0,I_{n\times n})$, we know the 'true' relationship is: $$Y=XB+e$$ ...
Eric's user avatar
  • 23
1 vote
1 answer
144 views

I have the following model: $ X = \alpha_1 + aZ + \epsilon_1 \\ Y = \alpha_2 + bZ + cX + \epsilon_2 $ Suppose that $Z$ is randomly assigned but $X$ is correlated with the error term $\epsilon_2$, in ...
Eaman's user avatar
  • 41
2 votes
1 answer
102 views

I get weird results when trying to analyze omitted variable bias in R. If I try to analyze the bias for coefficient $\beta_j$ of variable $x_j$ in case of one omitted variable from set of two ...
Athaeneus's user avatar
  • 227

15 30 50 per page