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
Adding new lines in a given data setFor some reasons, I need to add a new line above a given data set to show the summations of variable…
Cross-lagged panel models with binary and continuous outcome variables: gsem or sem (?) + other questionsGreetings, I'm running Stata 15.1 on OSX and working with yearly panel data. My hypothesis predicts…
Overlapping-rolling windowDear Statalisters, I am running into an issue with rolling windows and I need your kind help with t…
What does 1.009e-12 mean?What does 1.009e-12 mean? Can you show it in a decimal expression? How to transfer it to decimal ex…
Concatenating multiple variables into one variableDear Statalist, I am struggling with the "egen - concat" command to join the list of 4 variables in…
Subscribe to:
Post Comments (Atom)
0 Response to cmp - unable to allocate matrix
Post a Comment