You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In substitutable expressions used for specifying models in various (nonlinear) estimation commands (eg., nl, nlsur, mlen, gmm), curly braces mark parameters and are legal stata code. The stata grammer of language_stata, however, marks them as illegal:
The text was updated successfully, but these errors were encountered:
Sorry I didn't see this until now. I'll see if I can relax my assumptions about placement of braces, so that that only declares it an error after if/elif/foreach/forvalues, where there can't be text on the same line after the opening {
In substitutable expressions used for specifying models in various (nonlinear) estimation commands (eg., nl, nlsur, mlen, gmm), curly braces mark parameters and are legal stata code. The stata grammer of language_stata, however, marks them as illegal:
The text was updated successfully, but these errors were encountered: