Problem using runmlwin in Stata 14.0
Posted: Fri May 20, 2016 4:20 pm
Dear users forum
I have tried to pick up the usual advice in the forum on how to set the path from within stata to use runmlwin without success. Trying to follow the example stata gives on Multivariate response models:
Setup
. use http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial, clear
. generate binexam = (normexam>0)
. generate binlrt = (standlrt>0)
I have changed to the location in my laptop as follows:
global MLwiN_path "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Centre for MultiLevel Modelling\MLwiN v2.35\i386\mlwin.exe"
But the error message is the same as previous users have found when running:
. runmlwin (binexam cons, equation(1)) (binlrt cons, equation(2)), level1(student:) discrete(distribution(binomial binomial) link(probit) denominator(cons cons)) nosort nopause
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Centre for MultiLevel Modelling\MLwiN v2.35\i386\mlwin.exe does not exist."
Would you please let me know how to sort this, as this is a University laptop and I don't have administrator rights to re-install the programme (I am away from the University where I work at the moment).
Many thanks in advance,
Mary.
I have tried to pick up the usual advice in the forum on how to set the path from within stata to use runmlwin without success. Trying to follow the example stata gives on Multivariate response models:
Setup
. use http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial, clear
. generate binexam = (normexam>0)
. generate binlrt = (standlrt>0)
I have changed to the location in my laptop as follows:
global MLwiN_path "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Centre for MultiLevel Modelling\MLwiN v2.35\i386\mlwin.exe"
But the error message is the same as previous users have found when running:
. runmlwin (binexam cons, equation(1)) (binlrt cons, equation(2)), level1(student:) discrete(distribution(binomial binomial) link(probit) denominator(cons cons)) nosort nopause
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Centre for MultiLevel Modelling\MLwiN v2.35\i386\mlwin.exe does not exist."
Would you please let me know how to sort this, as this is a University laptop and I don't have administrator rights to re-install the programme (I am away from the University where I work at the moment).
Many thanks in advance,
Mary.