<HTML>
<HEAD>
<TITLE>Re: glmmADMB errors in R on Mac</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Problem solved - Thanks Dave<BR>
<BR>
The solution that worked for me:<BR>
<BR>
I used the binaries Dave sent in admbfiles.zip in the post above. <BR>
First, I copied them to my desktop and unzipped.<BR>
Opened Terminal and typed the following to direct it to run nbmm in the expanded folder and confirm it would run:<BR>
<BR>
ShawnMBP:$ /Users/Shawn/Desktop/admbfiles/nbmm     #of course you will need to change this to navigate to where it is on your computer#<BR>
Error trying to open data input file /users/shawn/desktop/admbfiles/nbmm.dat<BR>
 Error trying to read in model data<BR>
 This is usual caused by a missing DAT file<BR>
<BR>
Dave said the error message comes from ndmm looking for the data file to use but it is running.<BR>
<BR>
I then located where glmmADMB had originally placed these same named files when I did the install of glmmADMB. I can’t remember how I found where they were and spotlight won’t show them either. I think I did a search just for “R” and found a R.framework folder in the Library folder. I looked through there and found them in a folder called admb here:<BR>
<BR>
MBP_SFM>Library>Frameworks>R.framework>Versions>2.11>Resources>library>glmmADMB>admb<BR>
<BR>
I then replaced the nbmm and bvprobit files that were there with the ones provided by Dave.<BR>
Started up R, loaded glmmADMB, viewed the epil2 dataset, and then ran the example model and it ran fine!<BR>
<BR>
My system: Macbook Pro, Mac OSX 10.6.4, R 64-bit<BR>
<BR>
Hope this helps.<BR>
<BR>
Shawn<BR>
</SPAN></FONT>
</BODY>
</HTML>