Displaying 3 results from an estimated 3 matches for "nothatch".
Did you mean:
notmatch
2010 Feb 09
1
Missing interaction effect in binomial GLMM with lmer
...nd not-hatching was a failure, and analysed as a binomial GLMM. I'm particularly interested in the interaction between the two factors. An expression reproducing the raw data is attached at the end of the post in case it is helpful.
hatch.frame$success<-cbind(hatch.frame$Hatched,hatch.frame$Nothatched)
model<-lmer(success~Origin*Treat+(1|Female),family=binomial,method="ML",data=hatch.frame)
model2<-update(model,~.-Origin:Treat)
anova(model,model2)
Data:
Models:
model2: success ~ Origin + Treat + (1 | Female)
model: success ~ Origin * Treat + (1 | Female)
Df AIC...
2012 May 15
1
Error in eval(expr, envir, enclos) : object 'Rayos' not found???
...T4, Shells,
Hatchlings, MaxHatch, DeadHatch, Oldeggs,
TotalEggs, stringsAsFactors=FALSE)
responses$QuadratEvent <- as.character(responses$QuadratEvent)
data.to.analyze <- join(responses, envir, by="QuadratEvent")
data.to.analyze$NotHatched <- data.to.analyze$TotalEggs -
data.to.analyze$MaxHatch
data.to.analyze$Rayos <- paste("Rayos", data.to.analyze$Rayos, sep=".")
HSuccess <- Shells/TotalEggs
> library(lattice)
> trellis.par.set(col.whitebg())
> bwplot(HSuccess~Rayos|Aeventexhumed)
Erro...
2012 Oct 08
0
Best method for comparing rectangles sections of beach
...A 3.15
4 1 102 0 0 102 19.1 79
A 5.70
5 48 125 0 0 290 23.1 34
A 12.20
6 0 4 0 36 666 24.1 34
A 4.82
Berm HTL Estuary Rayos NotHatched DevelopIndex VegIndex HTLIndex
1 NA 4.66 NA Rayos.1 106 3.865169 (6-10) (0-5)
2 NA -2.47 NA Rayos.1 114 4.920213 (16-20) (-5-(-1))
3 NA 16.00 NA Rayos.2 45 5.622517 (0-5) (16-20)
4 NA NA 11.8 Rayos.2 0 1.000...