Hello everybody, I hope this is the right place where i should post this.
I'm working on my dissertation and I should analyse the effects of regulation on the amount of capital raised in Initial Coin Offerings.
My sample is a panel data which indicates observations for countries distributed by quarters. The dep variable is the amount raised, indep. variables are three dummies that indicate the presence of a regulation, taxation or a ban in a specific country, controls are the gdp per capita, population density, population and % of tertiary education for every country and every year. I also added 2 indeces for technological development. All the indep + controls are lagged by 1 year.
My professor said to me to use "xttobit" command or "xtdhreg" command. The problem is that I can't find interesting results and I'm wandering if I have structured the model wrongly.
I used this code:
"xtset country_id quarter_id
xttobit lamount llaw lban ltax llgdp llpop ldensity ledu zlict zlgci, ll(0)
xtdhreg lamount llaw lban ltax llgdp llpop ldensity ledu zlict zlgci, hd(llaw lban ltax lgdp ldensity lpop ledu zlgci zlict)"
Some questions:
- Which is the best method to use? Are there some preliminar analysis that i should make in order to find it?
- I should also analyse the interaction with regulations and other two indicators. I multiplied the regulation with the indicator and introduced the result in the command's text. Is it right?
Thank you so much.
Related Posts with Regulation and amount raised in ICOs: xttobit and xtdhreg analysis for panel data
why can we use if in this way, what is the hlep documentation for this? Code: gen scores_i1=comp_scores<50&comp_scores>0&comp_scores!=. Why we can omit "if" …
how to create a new variable based on existing variablesDear All, I have six variables. Based on them I want t create a new variable which would be based o…
how to calculate returns for specific timeframes?Hi Everyone! I have a dataset of daily closing price of stocks for 2020. Since I am interested in c…
Checking for model misspecification with panel dataHi Statalist, For some context: I'm attempting a fixed effects regression on panel data. When I per…
Hausman Taylor estimator R squaredHello. I'm posting this because I have a simple question. Why doesn't the Hausman Taylor estimator …
Subscribe to:
Post Comments (Atom)
0 Response to Regulation and amount raised in ICOs: xttobit and xtdhreg analysis for panel data
Post a Comment