Dear Statalist,
Thank you very much for all your previous help in my project.
Using dummies in my OLS regression, I found no significance in my dependent variable when I compared my three categories of risk to the first risk category. Next, I ran the testparm command to see whether the risk variable overall has a significance on my dependent variable - via
I obtained significance at the 10% level (Prob > F = 0.0591)
Which analyses can I use to narrow down the effect? I assume the effect is somewhere in the first risk category. I am most grateful for any advice.
Thank you very much for all your previous help in my project.
Using dummies in my OLS regression, I found no significance in my dependent variable when I compared my three categories of risk to the first risk category. Next, I ran the testparm command to see whether the risk variable overall has a significance on my dependent variable - via
Code:
testparm i.risk
Code:
Linear regression Number of obs = 263 F(17, 75) = 1.26 Prob > F = 0.2411 R-squared = 0.0453 Root MSE = .39724 (Std. err. adjusted for 76 clusters in CASE) ------------------------------------------------------------------------------ | Robust behavior2 | Coefficient std. err. t P>|t| [95% conf. interval] -------------+---------------------------------------------------------------- T_C | 6 years | .0264162 .0632025 0.42 0.677 -.0994895 .152322 | return | 2021 | .0442747 .1048373 0.42 0.674 -.1645719 .2531213 2020 | -.0526893 .1108799 -0.48 0.636 -.2735734 .1681948 2019 | -.0224256 .1130914 -0.20 0.843 -.2477151 .202864 2018 | -.0416401 .1203362 -0.35 0.730 -.2813621 .198082 2017 | -.1349324 .0985699 -1.37 0.175 -.3312936 .0614289 2016 | .004787 .121219 0.04 0.969 -.2366937 .2462677 2015 | -.0362843 .1099075 -0.33 0.742 -.2552313 .1826627 2014 | -.0826103 .1086131 -0.76 0.449 -.2989786 .133758 2013 | -.0993647 .0987831 -1.01 0.318 -.2961506 .0974213 | risk | 2 | .0736035 .0603799 1.22 0.227 -.0466794 .1938864 3 | -.0899614 .0614228 -1.46 0.147 -.2123218 .032399 4 | -.0505715 .0697404 -0.73 0.471 -.1895014 .0883585 | round | 2 | -.0419953 .0683583 -0.61 0.541 -.178172 .0941815 3 | -.0434012 .0574002 -0.76 0.452 -.1577483 .0709459 4 | -.0764311 .0716531 -1.07 0.290 -.2191714 .0663092 | 1.male | .0250311 .0675967 0.37 0.712 -.1096285 .1596906 _cons | .2637478 .0888547 2.97 0.004 .0867402 .4407555 ------------------------------------------------------------------------------
Code:
testparm i.risk ( 1) 2.risk = 0 ( 2) 3.risk = 0 ( 3) 4.risk = 0 F( 3, 75) = 2.59 Prob > F = 0.0591
Which analyses can I use to narrow down the effect? I assume the effect is somewhere in the first risk category. I am most grateful for any advice.
Comment