Hello everyone, I am a PhD student from strategy area. I encountered a problem in model choice.
My dependent variable is "status". It is Bonacich’s (1987) power centrality, which accounts for the status of the affiliations in addition to connections. Y is in [0,1], at each endpoint, there would be a number of Zero and one. When Y equals to 0, that means the focal firm doesn't have affiliation within the time window. In fact, the reason why the Y is in [0,1] is the Bonacich’s (1987) power centrality is normalized. for example, if the original value is a, it would be normalized using the formula: (a- min)/(max-min). The max and min means the max and min in this year group.
My data structure is the panel data. in this case, if I intend to consider within difference and hence control the firm-fixed effect, could I use xtgee y x i.year, fam(bin) link(logit) corr(uns) vce(robust)? I am not sure whether fractional logit would be more suitable than xttobit. Anyone could give me some ideas about this.
P.s, I did run xtgee and the error hint is "convergence not achieved". Moreover, in year 2013, if the Y won't equal to 0. it would be omitted.(I am not sure whether the omission is caused by the endpoint.)
Thanks very much!
Best,
Christine
Related Posts with xttobit or fracreg for panel data? My dependent variable is from 0 to 1.
Probit or LPM?Hi Statalist, I am researching the wage and employment differences between graduates who have and h…
Multi-Level Modelling DecisionsDear fellow Stata users, I have some questions about the use of multi-level models. I am working o…
How to writing a code similar as the following code but by region?levelsof year, local(years) egen flag = tag(id_job year) gen stateratio = . foreach y of local years…
How to extract numeric part of a string var in STATADear everyone, I would like to know if someone knows a STATA code that I can use to extract numeric…
Cumulative sums with duplicatesI am trying to create a variable based on employment data taken from a survey done over several year…
Subscribe to:
Post Comments (Atom)
0 Response to xttobit or fracreg for panel data? My dependent variable is from 0 to 1.
Post a Comment