Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Significance Level of Panel Data Regression

    Hello,

    I ran reghdfe over panel data with 20,300 observations and 18 variables. The results show that the independent variable is significant at 5% level although the t statistic value is greater than 2.58. Is there any plausible explanation for this? Unfortunately I did not find anything in regard to this question.

    Click image for larger version

Name:	Screenshot1.png
Views:	1
Size:	9.0 KB
ID:	1711886


    Thank your very much in advance!

    Kind regards
    Jakob

  • #2
    Jakob:
    degrees of freedom?
    Code:
    . di ttail(100,2.85)
    .00265492
    
    . di ttail(10,2.85)
    .00862504
    
    . di ttail(1,2.85)
    .1074156
    
    .
    Last edited by Carlo Lazzaro; 01 May 2023, 04:53.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment

    Working...
    X