Hi,
I am running a multivariate quantile regression using mmqreg and am running into an error message when using an interaction term and the abs() function.
Sorry in advance, I have to run STATA on an offline server for data protection reasons that does not allow me to copy/paste or export so I cannot copy & paste data or code into here.
My regression looks like this:
mmqreg score portion_meal_r score_pre wealthscore disability_bin satis1 hwise#portion_meal_r, cluster(settlement2) abs(settlement2)
When I run it, I get the following error message:
_i__1__hwise_X_1__portion_meal_r invalid name
I am running a multivariate quantile regression using mmqreg and am running into an error message when using an interaction term and the abs() function.
Sorry in advance, I have to run STATA on an offline server for data protection reasons that does not allow me to copy/paste or export so I cannot copy & paste data or code into here.
My regression looks like this:
mmqreg score portion_meal_r score_pre wealthscore disability_bin satis1 hwise#portion_meal_r, cluster(settlement2) abs(settlement2)
When I run it, I get the following error message:
_i__1__hwise_X_1__portion_meal_r invalid name
st_addvar(): 3300 argument out of rangeWhen I run this without abs(settlement2) or without the interaction terms it runs without issue.
map_solve(): - function returned error
<istmt>: - function returned error
Comment