An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130612/94c3dcd6/attachment.pl>
MLWIN in R_error message_Error in read.dta(IGLSfile): unable to open file: 'No such file or directory'
2 messages · Andrew McFadden (Andy), Ben Bolker
Andrew McFadden (Andy <Andrew.McFadden at ...> writes:
I am trying to run MLWIN within R. I have used an example put together by the developers of the package (R2MLwiN) but get an error message that I cant figure out. Really appreciate a hand
I get the following message: Cannot find worksheet: Settings/Temp/RtmpYpbSae/macrofile_103829e77324.txt Cannot find macro: C:/DOCUME~1/mcfaddena/Local Execution completed Error in read.dta(IGLSfile) : unable to open file: 'No such file or directory'
[snip] I'm going to take a guess that you're having a problem with file paths containing spaces, but it's really going to be hard for me to tell since I don't have MLwiN installed. I would suggest: (1) contacting the package maintainer and (2) if you have the expertise, trying the usual R debugging tricks [?traceback, ?browser, options(error=recover)] to see where the problem is. Ben Bolker