search for: callsna

Displaying 1 result from an estimated 1 matches for "callsna".

2012 May 08
4
glmmADMB
...100 2000 4 0 1 4.17 6/9/2009 Buldir N Bight 150 100 2000 4 0 1 4.13 My model is as follows: number of seabird calls ~ weather+moonlight+distance to source population+island size+years since predator eradication+nearby refugia from predators+ (1|Site/Island) first I removed na's from my data callsna <- na.omit(calls) Then I started simple, with only "moonlight" and "weather" included in a model (just as a test): mod <- glmmadmb(Calls~ Moon+Wind.Speed+(1|SITE/ISLAND), data=callsna, zeroInflation=TRUE, family="nbinom") I get the following error message: Err...