Hi everybody,
I am using Stata 16.0 and I am trying to perform dominance analysis using the -domin- command from SSC in combination with the -mixdom- module.
My code is the following:
Code:
domin depvar indepvar1-indepvar21, reg(mixdom, id(orgunit)) fitstat(e(r2_w)).
Stata has to estimate a total of 2097151 regressions and is running for over 24 hours now. There is no apparent progress so far. Does anybody have experience with how long it might take or if I should stop the calculation and adjust my code? Before, I tried to run the command with even more independent variables and got the error
3900 unable to allocate real <tmp>[35,34359738368]
I -compress-ed my data before and already reduced the number of variables by averaging related items. However, since the primary goal of my research is to analyze the relative importance of the various predictors that have been found to determine my dependent variable I won't be able to considerably reduce the number of included variables.
I am completely at a loss because I will have to present first results very soon and I am not experienced with Stata working memory issues.
Any suggestions are very welcome!
Thanks a lot in advance,
Kai
0 Response to -domin- (SSC): computing time /max. number of independent variables
Post a Comment