Displaying 1 result from an estimated 1 matches for "kerah".
Did you mean:
keras
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
...light on this I'd really appreciate it. The code I used can be found below:
> mixed<-read.delim("regressiontest.txt")
> mixed
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 = mosq2...