Since the release of Stata 15 we have seen three posts reporting the following error message.
The first two occurred when using multiple imputation, and had no resolution that I could find.
https://www.statalist.org/forums/for...-mice-stata-15
https://www.statalist.org/forums/for...61#post1407261
Today's report is with the SJ program femlogit, which includes a Mata library apparently doing the bulk of the work. The topic was (probably mistakenly) posted in the Mata Forum, which I originally thought might be relevant to the problem so did not suggest relocating it to the General Forum.
https://www.statalist.org/forums/for...h-fixed-effect
I find in help whatsnew14to15 much about changes to free parameters, both in Stata and in Mata, including a Mata function
which certainly suggests something which if misused would generate the error message shown.
If you have anything to add to this, either in this topic or at the topic for today's question it will certainly be appreciated. I'm in well over my head.
Code:
invalid freeparm argument; only "on" or "off" is allowed
https://www.statalist.org/forums/for...-mice-stata-15
https://www.statalist.org/forums/for...61#post1407261
Today's report is with the SJ program femlogit, which includes a Mata library apparently doing the bulk of the work. The topic was (probably mistakenly) posted in the Mata Forum, which I originally thought might be relevant to the problem so did not suggest relocating it to the General Forum.
https://www.statalist.org/forums/for...h-fixed-effect
I find in help whatsnew14to15 much about changes to free parameters, both in Stata and in Mata, including a Mata function
Code:
moptimize_init_eq_freeparm(M, i, {"on"|"off"})
If you have anything to add to this, either in this topic or at the topic for today's question it will certainly be appreciated. I'm in well over my head.
Comment