Displaying 9 results from an estimated 9 matches for "benin".
Did you mean:
begin
2004 Oct 06
3
read.delim problem with trailing spaces
...r,region,oilexprt,imr80,gnp80,life
Afghanistan,75,400.0,4,0,185.0,.,37.5
Algeria,400,86.3,2,1,20.5,1920,50.7
Argentina,1191,59.6,1,0,40.8,2390,67.1
Australia,3426,26.7,4,0,12.5,9820,71.0
Austria,3350,23.7,3,0,14.8,10230,70.4
Bangladesh,100,124.3,4,0,139.0,120,.
Belgium,3346,17.0,3,0,11.2,12180,70.6
Benin,81,109.6,2,0,109.6,300,.
Bolivia,200,60.4,1,0,77.3,570,49.7
Brazil,425,170.0,1,0,84.0,2020,60.7
Britain,2503,17.5,3,0,12.6,7920,72.0
Burma,73,200.0,4,0,195.0,180,42.3
...
and I used
> nations <-
read.delim("~/sasuser/data/nations2.dat",na.strings=".",row.name=1,sep=&q...
2013 Apr 22
2
subset dataframe
...ents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)#
> str(agoa); names(agoa)
'data.frame':109 obs. of 19 variables:
$ X : Factor w/ 39 levels "Angola ","Benin ",..: 1 1 1 2 2 3 3 3 4 4 ...
$ X.1 : Factor w/ 3 levels "AGOA ","GSP ",..: 3 1 2 3 2 3 1 2 3 1 ...
$ X1996: int 2687143 0 2 18084 70 23356 0 3624 3835 0 ...
$ X1997: int 2427824 0 356492 4303 3437 18758 0 5882 930 0 ...
$ X1998: int 1205545 0 1045996 1335 2269 1401...
2006 Jul 18
2
how can I delete rows?
...this is the list of countries
SHCODE COUNTRY NAME WBCTRY (1) (2)
_________________________________________________________________
1 Algeria DZA + +
2 Angola AGO - -
3 Benin BEN - +
4 Botswana BWA + +
5 Burkina Faso HVO - -
6 Burundi BDI + -
7 Cameroon CMR + +
8...
2009 Jan 13
1
Drawing Polygons with xyplot in lattice
...irst drawn the line plot), but am having difficulty replicating it with xyplot.
Here is some sample code (with 4 countries and 10 years), which is as far as I've been able to get:
library(lattice)
df<-data.frame(c(u5cmr=round(runif(40)*100)),country=c(rep("Angola",10), rep("Benin",10), rep("Botswana",10), rep("Burkina Faso",10)), year=rep(1991:2000,4))
names(df)<-c("u5cmr", "country", "year")
xyplot(u5cmr ~ year | country , ylab = "U5 cmr (per thousand)", data = df, type = "l", lty = 1, col ="...
2009 Mar 18
1
lm function (PR#13608)
...46
114 PERU .56 .773
115 SENEGAL .56 .499
116 BOLIVIA .55 .695
117 HAITI .55 .529
118 NEPAL .55 .534
119 NIGERIA .55 .47
120 TANZANIA .55 .467
121 BENIN .54 .437
122 BOTSWANA .54 .654
123 GUINEABISSAU .54 .374
124 INDIA .54 .619
125 LAOS .54 .601
126 MOZAMBIQUE .54 .384
127 PALESTINE .54 .731
128 SLOVAKIA .54 .863
129...
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. Please get in to...
2007 May 19
1
individual printer setup samba 3.2.5
Hello,
I'm running samba 3.2.5. I've got two printers only one of which i want
the network to see. In my smb.conf global section i have:
load printers = no
printing = cups
printcap name = cups
and my printer definition:
[printername]
comment = network printer
path = /var/spool/samba
browsable = no
guest ok = no
writable = no
printable = yes
and in my network neighborhood the
2008 Mar 30
1
breaking DNID into country code, area code, and local code
Dear friends,
I am wondering if there is any efficient way of extract the country code,
area code, and local code into 3 different variables from one DNID that can
look like 001630233-4333 or 0086213345333?
International code can be 011, or 00.
National code can be 0 or 1
Country code can have 2 or 3 digits
Area code can have 2 or 3 digits
Local num can be 7-10 digits
Is there anyway to break
2006 May 22
8
flickr tag question
hey,
i am using the flickr wrapper for ruby and need to access the tags of a
specific photo. i got all the rest working. i must admit i am kind of new to
ruby, but i tried and tried and couldn''t figure it out. among other things i
want to read geotags like in my example here:
http://www.flickr.com/photos/whoisstan/146634506/
i''m sure it is deadsimple and i just overlooked it.