Hello I am faced with this problem - I have too many parameters apparently.
Say I want to use nl command ( to do a simple linear estimation with 1000 variables):
If I put
nl(y= {Xb: var1-var1000}) for example
I will also get this error:
error #130 occurred in evaluating expression
expression too long
I have a model with many dummy variables.
How did you fix this? I am guessing the limit should be removed somehow?
Thanks
Simeon
Say I want to use nl command ( to do a simple linear estimation with 1000 variables):
If I put
nl(y= {Xb: var1-var1000}) for example
I will also get this error:
error #130 occurred in evaluating expression
expression too long
I have a model with many dummy variables.
How did you fix this? I am guessing the limit should be removed somehow?
Thanks
Simeon
Comment