Hi,
I am following an online tutorial and have an issue after the second line of code;
I am running the newest version of stata and have no idea why it is giving me this error.
All variable names are correct and runmlwin has been installed.
I am following an online tutorial and have an issue after the second line of code;
. use "http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial.dta", clear
. runmlwin normexam cons, level2(school: cons) level1(student: cons)
<3 invalid name
r(198);
. runmlwin normexam cons, level2(school: cons) level1(student: cons)
<3 invalid name
r(198);
All variable names are correct and runmlwin has been installed.
Comment