Here’s what I did so far:
Installed the 30-day trial version of MLwiN.
Set the path in R using:
Code: Select all
library(R2MLwiN)
options(MLwiN_path="/Users/Documents/MLwiN-30-day/w32_mlwin.exe")
data(tutorial)
model_1 <- runMLwiN(normexam ~ cons + standlrt + (1 | student), data = tutorial)
Code: Select all
Error in runMLwiN(normexam ~ cons + standlrt + (1 | student), data = tutorial) : /Users/Documents/MLwiN-30-day/w32_mlwin.exe is not executable
Has anyone on a Mac effectively ran the MLwiN trial edition with R2MLwiN? If so, could you offer some direction on how to put it up, particularly regarding whether Wine is the best option or a virtual machine? Any advice on particular configuration details or possible hazards to be aware of would also be much appreciated.