Skip to content
Prev 14484 / 20628 Next

Help with MCMC fitting in R

Hi,

I found this email address from the R-Forge website and was hoping you
could help me with a problem I am having.  I keep getting an error message
every time I try to preform a *post hoc* Markov chain on my zero-inflated,
neg. binomial mixed model.  Below is my code and the error message I keep
getting.  If I can't make this work, can you recommend any other ways of
validating my model? I really can't find anything on this topic.

glmmNB<- glmmadmb(CON_XAL~Treatment+(1|Site), data = SR.year.raw,
summary(glmmNB) #Summary output is attached to this email as a picture
data=SR.year.raw,
And the error message I get:

Error in R2admb::read_psv(file_name) : no PSV file found
I tried running this:

mcmc.control <- function(mcmc=50000,
But then when I run my model again, I get this error message:

Parameters were estimated, but standard errors were not: the most likely
I've tried for weeks to fix this problem and I just don't know what to do.
If my data is just not suitable enough for this *post hoc* procedure, can
you please recommend another way to validate my model so I can ensure that
it fits well?

I attached my data and would be happy to send any other information that
may help figure out a solution.  I am looking at the "Treatment" effect on
seed abundances of 11 species (ignore ALL_PSI).  Site is my random factor.
I am looking at species separately.

I really hope you can provide some help. Thank you so much for your time!

Sincerely,

Janelle Sylvester