Error message running any model with updated mlwin using runmlwin STATA 13
Posted: Thu Nov 03, 2016 12:17 pm
Hello,
I have just updated my version of mlwin and ran the adoupdate which appeared to work fine. Now when I try to run even the simplest model(see below) I get an error message ("variable cons not found"). Any help with this would be much appreciated!
Thank you,
Gina
runmlwin coping cons, ///
level2(IntZone: cons ) ///
level1(SEQNO: cons ) nopause)
. . adoupdate runmlwin
(note: adoupdate updates user-written files; type -update- to check for updates to official
Stata)
Checking status of specified packages...
[5] runmlwin at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
. runmlwin coping cons, ///
> level2(IntZone: cons ) ///
> level1(SEQNO: cons ) nopause
variable cons not found
I have just updated my version of mlwin and ran the adoupdate which appeared to work fine. Now when I try to run even the simplest model(see below) I get an error message ("variable cons not found"). Any help with this would be much appreciated!
Thank you,
Gina
runmlwin coping cons, ///
level2(IntZone: cons ) ///
level1(SEQNO: cons ) nopause)
. . adoupdate runmlwin
(note: adoupdate updates user-written files; type -update- to check for updates to official
Stata)
Checking status of specified packages...
[5] runmlwin at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
. runmlwin coping cons, ///
> level2(IntZone: cons ) ///
> level1(SEQNO: cons ) nopause
variable cons not found