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
Setting string ID and string time variable - Panel DataI have a quarterly panel data of 20 countries from 2000q1-2012q4. When I import the excel file, both…
The label is too long to fit on the X axis.Hi I'm stata beginner. I 'm drawing graph, but label is too long to fit on the X axis. Array Is t…
xtlogit is not supported by svy with vce(linearized)This question is similar to this one: Using XT commands with Svy commands I was dealing with panel …
Can I draw logistic odds ratio coefplot with two x axis range according to variable ?Hi. I'm stata beginer. I want to draw odds ratio graph using coefplot. But difference of CI betwee…
Finding Percentage Occurrence of a Dummy Variable Given the Values of Several Other VariablesHello, I apologize in advance for any beginner's mistakes, as this is my first post. I'm working wi…
Subscribe to:
Post Comments (Atom)
0 Response to Time fixed effects - once again
Post a Comment