Displaying 1 result from an estimated 1 matches for "femapp".
Did you mean:
remapp
2008 Sep 27
1
Using the mcmcsamp function
...I go to
generate a sample I get the following error:
'Error in .local(object, n, verbose, ...) : Update not yet written'
Can anyone tell me what this means and how I can resolve it, I'm using R.
2.7.2 and updated 'lme4' yesterday
The code I use is as follows:
model<-lmer(FemApp~MaleWith+(1|MaleID)+(1|FemID),poisson,data=Compliance)
mcmp<-mcmcsamp(model3, n= 1000)
Thanks in advance
Parry