Using runmlwin on Mac OS X and Linux

Welcome to the forum for runmlwin users. Feel free to post your question about runmlwin here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to runmlwin: Running MLwiN from within Stata >> http://www.bristol.ac.uk/cmm/software/runmlwin/
Locked
CMM
Site Admin
Posts: 53
Joined: Fri Aug 28, 2009 10:56 am

Using runmlwin on Mac OS X and Linux

Post by CMM »

A scripting version of MLwiN has now been released that allows the use of runmlwin on operating systems such as Mac OS X and Linux without having to install and set up Wine (https://www.winehq.org/). If you already have an MLwiN license this can be downloaded via the upgrade page (http://www.bris.ac.uk/cmm/software/mlwi ... rades.html). In order to use this version simply set your MLwiN_path and/or MLwiNScript_path to point to the appropriate file, e.g.:

Code: Select all

global MLwiN_path "/usr/bin/mlnscript"
global MLwiNScript_path "/usr/bin/mlnscript"
Locked