Hi,
I am using the cmp command to simultaneously estimate three probit equation such as:
DV1 = b0 + b1 + b2 + b3 + b4 + b5
DV2 = b0 + b1 + b2 + b3 + b4 + b5
DV3 = b0 + b1 + b2 + b3 + b4 + b5
The system converges with no issue and the results are as expected.
However, the system does not converge when I remove some variables. In particular, I am interested in estimating the model including b1, b2, and b3 only in one equation, as shown the model.
DV1 = b0 + b1 + b4 + b5
DV2 = b0 + b2 + b4 + b5
DV3 = b0 + b3 + b4 + b5
The message I receive from stata is the following:
unable to allocate matrix;
You have attempted to create a matrix with too many rows or columns or attempted to fit a model with too many variables.
It seems to be a computational issue rather than a statistical one. Is this correct? I am surprised as I have decreased the number of variables included in the model. Is there a way to address this issue? Other possible causes of this problem that I should be attention to?
Thank you in advance.
Related Posts with cmp - unable to allocate matrix
Multilevel Modeling with Complex Survey DesignUsing sipp data, I am examining whether those at the lower end of income distribution are more likel…
Question of generationg average variable in certain rangehi, guys I have a problem relating to generate new varible( basic data structual is as follows). I w…
Why and when is panel data preferrable to pooled cross-sectional?Not sure if non-Stata econometric questions are welcome here, but I've encountered an issue at work.…
Labels on categorical variables lost when using esttabHi Statalisters. I am trying to incorporate key results from 5 model runs into a summary table usin…
I want to divide the numlist in two groups.Hi, I have a loop with 50 values "foreach j of numlist 1/50 {", and I want to divide the numlist i…
Subscribe to:
Post Comments (Atom)
0 Response to cmp - unable to allocate matrix
Post a Comment