search for: konat

Displaying 3 results from an estimated 3 matches for "konat".

Did you mean: onat
2013 Aug 10
0
Hello My Dear
From: Bedie Konate COTONOU BENIN l am Bedie Konate, I am a financial consultant and friend to a foreigner who died in Dec 26, 2003 that shared same surname with you. I am contacting you to assist retrieve his huge deposit of US$ 6.5 Million left in the bank before it gets confiscated. l wait to hear from you. P...
2013 Mar 19
1
Error when adding lines to a plot using the mixed-effect model and metafor package
...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 = mosq2pos, di = mosq2neg, data = mixed, append = TRUE) > res<-rma(yi, vi, mods = abla...
2011 Mar 30
1
VECM with UNRESTRICTED TREND
Dear All, My question is: how can I estimate VECM system with "unrestricted trend" (aka "case 5") option as a deterministic term? As far as I know, ca.jo in urca package allows for "restricted trend" only [vecm <- ca.jo(data, type = "trace"/"eigen", ecdet = "trend", K = n, spec = "transitory"/"longrun")].