[ADMB Users] Problem running glmmADMB in R 2.9.1 (Windows)
dave fournier
otter at otter-rsch.com
Mon Aug 30 01:26:55 PDT 2010
I know almost nothing about R as already said. However I think one can
fix this by modifying the glmm.admb function sort of like this.
load the glmmadmb package.
sink("modglmmadm.r")
glmm.admb
sink()
then edit the file modglmmadmb.r to put quotes around the string
(or however one deals with spaces in paths in windows).
at the beginning of the file put in
glmm.admb=
then in R type
source("modglmmadmb.r")
and you should have the new modified function which can deal with spaces
in path names. Anyway that is a rough idea.
More information about the Users
mailing list