Hello,
I want to do a regression with one dependent variable and an independent variable and a few other variables to control for. In addition I want to control for industry- and year-fixed effects. I have a sample consisting of loan pricing data including the borrower company, the lender, the industry in which the firm operates, the year the loan was taken etc. and I want to show which loan characteristics influence the loan spread using an OLS regression. I have multiple firms operating in the same industry. I already grouped the industry by looking at the 2-digit SIC code leaving me with 10 industry dummies. Now I am not sure how to do a regression and controll for industry- and year-fixed effects.
The command -xtset sic_group year- does not work it returns the error "repeated time values within panel", therefore I cannot continue using the command -xtreg, fe-
Thanks!
Related Posts with Inlcude industry- and year-fixed effects in regression
reghdfe level effectsHi, I am running the following model: Code: reghdfe dv dummy1##c.count, cluster(uniqueid) a(i.uni…
Breusche and Pagan test for XTLOGIT REHello, I would like to test know which is suitable for random effect model or pooling regression mod…
Using a single database for a Difference-in-Difference analysis with three time periodsHello all I'm assessing the impact of an intervention over the course of two years (from 2016-17, an…
Survival analysis for right-truncated dataHello Stata enthusiasts, I would like to fit a parametric (Weibull) or semi-parametric (Cox) durati…
Checking duplicates across multiple string variablesI have three different variables: student_name (string), friend_name(string) and school_grade(byte).…
Subscribe to:
Post Comments (Atom)
0 Response to Inlcude industry- and year-fixed effects in regression
Post a Comment