Hey listers, how can I fix the error: repeated time values within panel?
xtset FundId date
xtreg dependent variable indepent variables, fe
With:
duplicates drop FundId date, force
prior to the code I can do the regression, but I think this does not make sense because it drops so much observations, how can I do the regression?
I would be grateful if someone could help me with this.
Related Posts with Fixed Effects Regression (how to fix error:repeated time values within panel)
Creating and storing residuals in a loop Code: forvalues y = 2015/2017 { // Define a for/next loop spanning years in sample …
Creating and storing residuals in a loopHi all I am trying to run the following code. The purpose is to capture industry and year wise resi…
Calibration of logistic regression on large dataset.Evaluating goodness-of-fit for a logistic regression model using the Hosmer-Lemeshow test is not rel…
Question about reghdfeCould you please answer my questions about reghdfe command? 1. When I conducted estimation using…
Can I use tssmooth for a fixed number of periods like a rolling forecast, safe the forecast t+5, then start in t+1, save forecast t+6...Hello everybody, I'm trying to forecast values for the strategy of companies. I have a panel datase…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed Effects Regression (how to fix error:repeated time values within panel)
Post a Comment