Hi there,
I am using R version 2.14.2, package glmmADMB
Here is the entire script:
calls <- read.csv(file.choose())
> callsna <- na.omit (calls)
> mod <- glmmadmb(LESP.CHUCKLE~
> Years.Erad+IS+Ref+Moon+Wind.Speed+Dist.Buldir+(1|SITE/ISLAND),
> data=callsna, zeroInflation=TRUE, family="nbinom")
>
Update!
I changed the "site" categories. I noticed that I had coded them as "North,
South, East, West" on different islands, which may have caused confusion in
the model.
Now I get a whole new error message!
Error in glmmadmb(LESP.CHUCKLE ~ 1 + (1 | SITE/ISLAND), data = callsna, :
The fu
http://r.789695.n4.nabble.com/file/n4618871/Data_for_list_serve.csv
Data_for_list_serve.csv
Here is my data, hope this helps.
The "LESP CHUCKLE" , "FTSP FLIGHT", and "ANMU CHIRRUP" are the dependent
variables, I want to run one model for each.
So, again the desired model is:
mod <- glmmadmb(LE
Hi there,
I am new to the package glmmadmb, but need it to perform a zero-inflated
gzlmm with a binomial error structure. I can't seem to get it to work
without getting some strange error messages.
I am trying to find out what is affecting the number of seabird calls on an
array of recorders pl
Hi there
I have a post I would like to put on the "95% confidence intercal with glm"
thread. Thank-you so much!
I am wondering first of all if anyone knows how to calculate confidence
intervals for a GLMM? I use the lme4 library.
Also, I am wondering how to predict a model mean and confidence
5 matches
Mail list logo