I have tried to correct the section step by step to see what happen. I still have an abortion of the system after 10%.
Maybe the new release include other corrections that work with this section of the macro.
When I apply it to the data I provided: fp <nmatpre>: noisily runmlwin normexam cons <nmatpre> level2(schoolid: cons) level1(childid: cons) nopause nogroup
I get the following error:
option level1() required fp: ran the command . noisily runmlwin normexam cons nmatpre level2(schoolid ...
It is not a good example because the test scores have been normalised, but I could't find a stata example with multilevel data non-normalised. nmatpre had missing values, these values have been imputed on REALCOM and imported on stata giving the following file ...
I am not sure I could combine a fractional polynomial command (fp) with a runmlwin command.
Stata consider the "cmdok noisily: runmlwin" as a "fp" option and the program doesn't run.