Running R2MLwiN on Mac OS X and Linux

Welcome to the forum for R2MLwiN users. Feel free to post your question about R2MLwiN 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 R2MLwiN: Running MLwiN from within R >> http://www.bris.ac.uk/cmm/software/r2mlwin/
Locked
CMM
Site Admin
Posts: 53
Joined: Fri Aug 28, 2009 10:56 am

Running R2MLwiN on Mac OS X and Linux

Post by CMM »

A scripting version of MLwiN has now been released that allows the use of R2MLwiN 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). R2MLwiN should use the correct default location on most systems, however if it doesn't find the correct executable you can manually set it prior to running models with a command such as:

Code: Select all

options(MLwiN_path="/usr/bin/mlnscript")
Locked