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
Want to Know How to Model for Uncertainty of Latent Variables in Country-Level Data Using xtscc and xtabond2Hello, I have a research project involving country-level panel data where I want to model for uncer…
How to separate data from one variable into two, without missing in STATA?I have a dataset with answers form 2004 and 2016 in the same variable, but I want to separate the an…
Auditor tenureHello, I would like to calculate the audit tenure. I have read previous treads (e.g. https://www.sta…
2SLS Panel Data Regression with endogenous First-Stage Binary VariableHello everyone, I hope you all are staying safe out there. I am trying to find a way to build a two…
Muli-dimensional Fixed effects (reghdfe) vs Random-effectHi, I am conducting research on data that requires me to perform multi-dimensional fixed-effects. S…
Subscribe to:
Post Comments (Atom)
0 Response to cmp - unable to allocate matrix
Post a Comment