Hi guys,
writing my master thesis I am having lots of issues implementing time effects (standard in previous literature).
Parameters:
5900 Observations
Group of three countries
my do-file so far:
import excel "path" firstrow
format CDS_Financials %12.0g
format CDS_Sovereign %12.0g
egen countries = group(Country)
xtset countries Date, daily
xtreg Relative_Repo CDS_Sovereign CDS_Financials OIS i.Date, fe robust (dealing with high cross-correlation)
When i try to execute xtreg w/e i.Date everything works perfectly fine, as soon as I add it my programme (STATA 13) crashes.
I am dealing with
Hope you can help me!
Best regards,
Matthias
Related Posts with Time fixed effects - once again
Forval and In not working together.I'm using Stata 14 I'm trying to put the ORs from a regression into successive rows of the variable…
Event Study Regression - "omitted because of collinearity"Hi Im running a regression for a event study. My data is essentially consists of daily returns for o…
Subgroup analysis using mixlogit for DCEHi does anyone knows how to compare if 2 subgroup models are significantly different if they are est…
Calculating P-Values | Synth Runner | ExampleHello everyone, I really need help with the understanding on how synth_runner calculates the Pvals …
🙋 Equivalent of mat_capp in MataI am looking for the equivalent of mat_capp/mat_rapp commands in Mata. Specifically, I need to perfo…
Subscribe to:
Post Comments (Atom)
0 Response to Time fixed effects - once again
Post a Comment