Hi all,
I have to apply a logistic regression, I run the command:
I receive after some minutes:
And here it blocks.
The dataset is a survey composed by 50,000 replies and I can imagine it's quite a lot especially if studying many variables.
1) How can I make it not to block?
2) How can I improve the elaboration time?
3) Is there a way to see how much Stata has done?
Thanks a lot!
I have to apply a logistic regression, I run the command:
Code:
xi: xtlogit dep_var i.var1 i.var2 i.var3 i.var4 i.var5, i(Country)
Code:
(omissis) Fitting full model: tau = 0.0 log likelihood = -14742.453 tau = 0.1 log likelihood = -14316.451 tau = 0.2 log likelihood = -14312.88 tau = 0.3 log likelihood = -14342.017
The dataset is a survey composed by 50,000 replies and I can imagine it's quite a lot especially if studying many variables.
1) How can I make it not to block?
2) How can I improve the elaboration time?
3) Is there a way to see how much Stata has done?
Thanks a lot!
Comment