Displaying 1 result from an estimated 1 matches for "mwanzia".
Did you mean:
mwansa
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
...study year ablat mosq1pos mosq1neg mosq2pos mosq2neg
1 Cano et al. 2006 2 42 237 148 629
2 Kerah - Hinzoumbe et al. 2009 10 103 7260 3 215
3 Konate et al. 1994 13 83 5714 48 3609
4 Mwanzia et al. 2011 4 2 8971 0 100
> dat<-escalc(measure="RR", ai = mosq1pos, bi = mosq1neg, ci = mosq2pos, di = mosq2neg, data = mixed, append = TRUE)
> res<-rma(yi, vi, mods = ablat, data=dat)
> predict(res,transf = exp, addx = TRUE)
> preds<-pre...