Dear Statalist,
I kindly ask your opinion on my regressions and whether I can interpret the coefficients. In the first regression, the dependent variable measures simulated price changes of at least 10. The model is statistically insignificant, as you can see from my Prob > F equal to 0.1262. However, I would like to know whether I can say anything regarding their coefficients, e.g., it is interesting that the treatment's significance now drops out. In contrast, it was statistically significant with smaller deviations, such as 2 and 5.
May I also ask if I need to alert the reader that my F-test in the first case is insignificant and missing in the second case?
I am clustering my standard errors on the individual level, as I have repeated observations of the same individual. I am aware of panel data commands (xtset, xtreg), however, they are not commonly used in my Finance research department, and we are encouraged to use OLS but cluster standard errors at the individual level.
I understand, especially when analyzing changes of 15 that the model's F-stat drops out because I don't have that many observations that reach a change of 15 compared to smaller changes, such as 2 or 5. Would it be sufficient to interpret the coefficients while acknowledging the limitation of my data that not many observations reach a change of 15?
Judging from this conversation (https://www.statalist.org/forums/for...ou-please-help), comments #10 and #11 especially, seem to indicate that a model test is not important (if my interpretation is correct). #14 calms me by saying that reviewers might not even acknowledge an overall insignificant model :
However, other sites, particularly this one: https://stats.stackexchange.com/ques...t-can-i-use-it
say that looking any further in a model that has an insignificant F-test could be p-value hacking, which of course, I want to avoid.
I am most grateful for any advice!
I kindly ask your opinion on my regressions and whether I can interpret the coefficients. In the first regression, the dependent variable measures simulated price changes of at least 10. The model is statistically insignificant, as you can see from my Prob > F equal to 0.1262. However, I would like to know whether I can say anything regarding their coefficients, e.g., it is interesting that the treatment's significance now drops out. In contrast, it was statistically significant with smaller deviations, such as 2 and 5.
May I also ask if I need to alert the reader that my F-test in the first case is insignificant and missing in the second case?
I am clustering my standard errors on the individual level, as I have repeated observations of the same individual. I am aware of panel data commands (xtset, xtreg), however, they are not commonly used in my Finance research department, and we are encouraged to use OLS but cluster standard errors at the individual level.
Code:
Linear regression Number of obs = 652
F(17, 379) = 1.41
Prob > F = 0.1262
R-squared = 0.0405
Root MSE = .49006
(Std. err. adjusted for 380 clusters in CASE)
------------------------------------------------------------------------------
| Robust
behavior~10 | Coefficient std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
T_C |
6 years | .026645 .0504043 0.53 0.597 -.0724622 .1257522
|
return_year |
2021 | -.02211 .0688569 -0.32 0.748 -.1574993 .1132793
2020 | -.1389711 .1048867 -1.32 0.186 -.3452038 .0672617
2019 | -.0250764 .068438 -0.37 0.714 -.1596421 .1094894
2018 | -.0592463 .061312 -0.97 0.335 -.1798007 .061308
2017 | -.0397833 .0863172 -0.46 0.645 -.2095039 .1299374
2016 | -.0768234 .1467341 -0.52 0.601 -.3653382 .2116914
2015 | -.1608509 .1003739 -1.60 0.110 -.3582104 .0365087
2014 | .1624146 .1786289 0.91 0.364 -.1888132 .5136423
2013 | -.037806 .0607149 -0.62 0.534 -.1571863 .0815742
|
risk |
2 | .0063166 .042302 0.15 0.881 -.0768594 .0894926
3 | .0339861 .053213 0.64 0.523 -.0706436 .1386157
4 | -.1049715 .061563 -1.71 0.089 -.2260192 .0160763
|
round |
2 | .0192849 .0522453 0.37 0.712 -.0834421 .122012
3 | .0145904 .049937 0.29 0.770 -.0835978 .1127786
4 | -.0097286 .0521156 -0.19 0.852 -.1122006 .0927434
|
1.male | .1529302 .0480718 3.18 0.002 .0584094 .2474509
_cons | .3655178 .0774047 4.72 0.000 .2133214 .5177142
------------------------------------------------------------------------------
Code:
Linear regression Number of obs = 342
F(14, 252) = .
Prob > F = .
R-squared = 0.0454
Root MSE = .49311
(Std. err. adjusted for 253 clusters in CASE)
------------------------------------------------------------------------------
| Robust
behavior~15 | Coefficient std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
T_C |
6 years | -.0176953 .0852887 -0.21 0.836 -.1856648 .1502741
|
return_year |
2021 | -.0076493 .100601 -0.08 0.939 -.2057752 .1904765
2020 | -.252593 .1335985 -1.89 0.060 -.5157049 .010519
2019 | .0225698 .1040235 0.22 0.828 -.1822965 .2274361
2018 | -.0421317 .0892726 -0.47 0.637 -.2179471 .1336837
2017 | .0395145 .1178768 0.34 0.738 -.1926348 .2716638
2016 | -.3958689 .0976411 -4.05 0.000 -.5881654 -.2035724
2013 | -.0702231 .0880004 -0.80 0.426 -.2435331 .1030869
|
risk |
2 | .053997 .0608965 0.89 0.376 -.0659339 .1739279
3 | .0688219 .0839197 0.82 0.413 -.0964514 .2340951
4 | -.0984557 .0998575 -0.99 0.325 -.2951173 .0982058
|
round |
2 | -.0749698 .0757854 -0.99 0.323 -.2242233 .0742837
3 | .0201311 .0708838 0.28 0.777 -.119469 .1597311
4 | .0572367 .0771545 0.74 0.459 -.094713 .2091864
|
1.male | .0936874 .0624712 1.50 0.135 -.0293448 .2167196
_cons | .3948466 .1294512 3.05 0.003 .1399026 .6497907
------------------------------------------------------------------------------
Judging from this conversation (https://www.statalist.org/forums/for...ou-please-help), comments #10 and #11 especially, seem to indicate that a model test is not important (if my interpretation is correct). #14 calms me by saying that reviewers might not even acknowledge an overall insignificant model :
Originally posted by Clyde Schechter
View Post
say that looking any further in a model that has an insignificant F-test could be p-value hacking, which of course, I want to avoid.
I am most grateful for any advice!

Comment