python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create a conditional variable based on rules?
I have a time-series panel dataset that is structured in the following way: There are multiple funds that each own multiple stocks and we have the time series of the weight of the stock within that po...
Erwin Rhine
Votes: 0
Answers: 1
Python panel data regression with more than two fixed effects
I have a panel database and would like to run a regression considering fixed effects. When using Panel.Ols, two fixed effects work without problems.
My code looks like this:
df['countyCode'] = pd.Cate...
Stefan
Votes: 0
Answers: 0
Different outputs for normal distribution
I'm testing for normal distribution, but different test are giving me different outputs and I don't know which one I should believe/use.
Another problem is, that I don't know if I should use the fixed...
wrangjangler
Votes: 0
Answers: 2
Trying to analyze panel data but feel like I am mixing up commands - could anybody review and check?
I have the following data structure:
186 unique firm acquisitions
Observations for 5 years per firm; 2 years before acquisition year, acquisition year, and 2 years after
Total number of observations ...
Hugo Leenders
Votes: 0
Answers: 1