I'm running a 4-equation model (2 x Heckman selection model) with CMP and I want to add random intercepts (maybe later also random slopes). Without any random effects, the model runs fast (4 hours for a N = 700,000 dataset and ~ 10 predictors per equation). I'm running the model on a Linux server and it consumes at maximum 2GB of RAM.
When I start adding a random intercept (the data belongs to 17,000 individuals) to each of the four equations, after a few minutes, Stata consumes more than 500GB of RAM (which is the maximum I get allocate to the job) and it aborts the estimation.
I've tried adding random intercepts to only two out of the four equations, then the model consumes at maximum 22GB of RAM but has not finished yet after 3.5 days.
I'm wondering why adding the random intercepts has such an enormous effect on the computational effort of the model.
Any ideas what's going on?
Related Posts with Adding random intercepts in CMP slows down estimation a lot and makes required RAM exceed 500GB
Overlapping holding period momentum strategyI'm working on a project where I want to investigate a momentum strategy of stock returns. I'm formi…
Problem with sgmediation after using SEMHello everyone, I used SEM to construct 5 factors using 29 variables. After, I did some regressions…
Tab the frequency of multiple variables with the same labelI'm sorry if this has been asked a thousand times, but I haven't found the answer by searching the f…
Create a new variable with If -statementsHello Statalists, I ’am quite a beginner in Stata and statistics in general. I have a large data sa…
Adjusting for time-varying covariates in linear mixed modelsHi, I have a question about adjusting for time-varying covariates using multilevel linear mixed mod…
Subscribe to:
Post Comments (Atom)
0 Response to Adding random intercepts in CMP slows down estimation a lot and makes required RAM exceed 500GB
Post a Comment