Interaction regression output in latex: exclude omitted variable
up vote
0
down vote
favorite
I am performing interaction regression in STATA and then exporting output in LaTeX. I have several interaction variables this gives me omitted variable output for the same variable. I understand why it gives the omitted variable output. I use following command to export the table to LaTeX:
reg mi c.size##c.size c.size##c.income
esttab reg_output using "output.tex"
My problem is the output shows the regression coefficient (i.e. size 0 (0)) for omitted variable in the LaTeX code. How do I exclude this output? If I use drop in the layout then it will drop the estimated regression output for size also. Thanks in advance.
interaction stata
add a comment |
up vote
0
down vote
favorite
I am performing interaction regression in STATA and then exporting output in LaTeX. I have several interaction variables this gives me omitted variable output for the same variable. I understand why it gives the omitted variable output. I use following command to export the table to LaTeX:
reg mi c.size##c.size c.size##c.income
esttab reg_output using "output.tex"
My problem is the output shows the regression coefficient (i.e. size 0 (0)) for omitted variable in the LaTeX code. How do I exclude this output? If I use drop in the layout then it will drop the estimated regression output for size also. Thanks in advance.
interaction stata
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am performing interaction regression in STATA and then exporting output in LaTeX. I have several interaction variables this gives me omitted variable output for the same variable. I understand why it gives the omitted variable output. I use following command to export the table to LaTeX:
reg mi c.size##c.size c.size##c.income
esttab reg_output using "output.tex"
My problem is the output shows the regression coefficient (i.e. size 0 (0)) for omitted variable in the LaTeX code. How do I exclude this output? If I use drop in the layout then it will drop the estimated regression output for size also. Thanks in advance.
interaction stata
I am performing interaction regression in STATA and then exporting output in LaTeX. I have several interaction variables this gives me omitted variable output for the same variable. I understand why it gives the omitted variable output. I use following command to export the table to LaTeX:
reg mi c.size##c.size c.size##c.income
esttab reg_output using "output.tex"
My problem is the output shows the regression coefficient (i.e. size 0 (0)) for omitted variable in the LaTeX code. How do I exclude this output? If I use drop in the layout then it will drop the estimated regression output for size also. Thanks in advance.
interaction stata
interaction stata
edited 8 hours ago
Raaja
2,0062523
2,0062523
asked 8 hours ago
vikram
82
82
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago
add a comment |
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462009%2finteraction-regression-output-in-latex-exclude-omitted-variable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have to add "esttab reg_output using "output.tex, noomitted". Thanks!
– vikram
8 hours ago