Hi all,
For my master thesis I conducted a multivariate multiple regression analysis as I have three dependent variables (moderately correlated with each other) and several predictor variables (independent, controls and moderation).
Now, I would like to report three models for each dependent variable as one would show with a multiple regression, thus:
Model 1: DV + controls,
Model 2: DV + controls + independent variable
Model 3: DV + controls + independent variable + interaction effect.
I ran three separate regressions with mvreg to get model 1,2 and 3 and used the estout command to make a regression table but I got the output for the dependent variables underneath each other instead of getting them side by side. Below I added my regression table.
Does someone know how to create a regression table with three different models for each dependent variable and then display the output side by side ??
I've looked at different commands like outreg2, mkcorr and asdoc but I can't find what I'm looking for.
The dependent variables in this table are: post-crisis reputation and post-crisis Anger and post-crisis CPI
Thanks in advance!
For my master thesis I conducted a multivariate multiple regression analysis as I have three dependent variables (moderately correlated with each other) and several predictor variables (independent, controls and moderation).
Now, I would like to report three models for each dependent variable as one would show with a multiple regression, thus:
Model 1: DV + controls,
Model 2: DV + controls + independent variable
Model 3: DV + controls + independent variable + interaction effect.
I ran three separate regressions with mvreg to get model 1,2 and 3 and used the estout command to make a regression table but I got the output for the dependent variables underneath each other instead of getting them side by side. Below I added my regression table.
Does someone know how to create a regression table with three different models for each dependent variable and then display the output side by side ??
I've looked at different commands like outreg2, mkcorr and asdoc but I can't find what I'm looking for.
The dependent variables in this table are: post-crisis reputation and post-crisis Anger and post-crisis CPI
Multivariaat Regression results | |||
Independent variable | Model 1 | Model 2 | Model 3 |
DV: Postcrisisreputation | |||
CrisisResponsibility | -0.060 | -0.060 | -0.011 |
(0.124) | (0.122) | (0.122) | |
CrisisInvolvement | 0.017 | -0.014 | -0.021 |
(0.092) | (0.092) | (0.088) | |
Gender | -0.112 | -0.127 | |
(0.187) | (0.185) | ||
Employment | 0.138 | 0.111 | 0.126 |
(0.128) | (0.128) | (0.123) | |
Age | -0.130* | -0.134* | -0.121* |
(0.055) | (0.054) | (0.052) | |
Crisis strategy | -0.301 | -0.265 | |
(0.160) | (0.157) | ||
Priorreputation | 0.343 | ||
(0.180) | |||
Crisis strategy=1 #Priorreputation | -0.091 | ||
(0.251) | |||
Constant | 3.149*** | 3.300*** | 3.283*** |
(0.079) | (0.111) | (0.110) | |
DV: Post-crisis Anger | |||
Crisis Responsibility | 0.313* | 0.312* | 0.263 |
(0.137) | (0.136) | (0.136) | |
CrisisInvolvement | 0.182 | 0.214* | 0.223* |
(0.102) | (0.102) | (0.097) | |
Gender | 0.161 | 0.176 | |
(0.208) | (0.206) | ||
Employment | 0.044 | 0.073 | 0.048 |
(0.142) | (0.142) | (0.137) | |
Age | 0.015 | 0.019 | 0.001 |
(0.061) | (0.060) | (0.058) | |
Crisis strategy=1 | 0.309 | 0.265 | |
(0.178) | (0.174) | ||
Priorreputation | -0.449* | ||
(0.200) | |||
Crisis strategy=1#Priorreputation | 0.224 | ||
(0.279) | |||
Constant | 3.327*** | 3.173*** | 3.196*** |
(0.087) | (0.124) | (0.122) |
|
DV: Post-crisis CPI | |||
CrisisResponsibility | -0.073 | -0.073 | -0.036 |
(0.087) | (0.087) | (0.088) | |
CrisisInvolvement | 0.004 | -0.006 | 0.010 |
(0.065) | (0.066) | (0.063) | |
Gender | 0.105 | 0.100 | |
(0.132) | (0.132) | ||
Employment | 0.089 | 0.080 | 0.067 |
(0.090) | (0.091) | (0.089) | |
Age | -0.010 | -0.012 | -0.015 |
(0.039) | (0.039) | (0.037) | |
Crisis strategy=1 | -0.101 | -0.087 | |
(0.114) | (0.113) | ||
Priorreputation | 0.181 | ||
(0.130) | |||
Crisis strategy=1#Priorreputation | 0.002 | ||
(0.181) | |||
Constant | 2.680*** | 2.731*** | 2.721*** |
(0.055) | (0.080) | (0.079) | |
R-squared | 0.0576 0.1193 0.0218 | 0.0901 0.1454 0.0295 | 0.1354 0.1913 0.0620 |
R-squared, adjusted | |||
Number of observations | 106 | 106 | 106 |
* p<0.05, ** p<0.01, *** p<0.001 |
Comment