glmmADMB error
Raquel Benavides <raquel.benavides at ...> writes:
Dear all, I am trying to run glmmADMB for the first time to check the effect of some fixed effects over the number of seedlings in some plots (my random factors are site/transect/plot). However I have some errors. I show what I obtained with the simplest model (just one fixed and random variable). See that very long assessments, and at the end the error I get. Does anybody understand what it means or what does it do? seed_glmmADMB<-glmmadmb(seedling~Tanual+(1|name),data=datos,zeroInflation=TR UE,family="poisson")
[snip]
Error in run_bin(platform, bin_loc, file_name, cmdoptions, run, rm_binary = !use_tmp_dir, : object 'sys.result' not found
Hope somebody could tell me what I am doing wrong!!
Using a slightly out-dated version of glmmADMB that has a bug in it. Please update to version 0.7.2.5 ( see <http://glmmadmb.r-forge.r-project.org/> for detailed instructions if necessary ). Ben Bolker