Displaying 20 results from an estimated 22 matches for "algeria".
2019 Feb 19
2
Cambiar el formato de datos
> gather(pobla, key = year, value = totpop, year60:year63)
Country year totpop
1 Afghanistan year60 8996351
2 Albania year60 1608800
3 Algeria year60 11124888
4 Andorra year60 13411
Gracias Carlos
Antonio
On Tue, 19 Feb 2019 at 12:54, Carlos Ortega <cof en qualityexcellence.es>
wrote:
> Sí, tienes varias formas.
>
> Mira la función "gather()" del paquete "tidyr", es la que te va a resultar
&g...
2019 Feb 19
2
Cambiar el formato de datos
...Antonio Rodriguez Andres (<
antoniorodriguezandres70 en gmail.com>) escribió:
> Carlos, para poner despues del gather, las observaciones e Afganistan para
> todos los años consecutivos, alguna pista?
>
> Afghanistan year60 8996351
> 2 Albania year60 1608800
> 3 Algeria year60 11124888
> 4 Andorra year60 13411
> 5 Angola year60 5643182
> 6 Afghanistan year61 9166764
> 7 Albania year61 1659800
>
> On Tue, 19 Feb 2019 at 13:31, Antonio Rodriguez Andres <
> antoniorodriguezandres70 en gmail.com> wrote:
>
>> &...
2019 Feb 19
2
Cambiar el formato de datos
Estimados miembros de la comunidad de R
Tengo el siguiente formato en un fichero csv que corresponde a datos de la
población para un conjunto de países y para un rango amplio de años.
Pais 1960 1961 1962 1963
Albania vvvvv vvvv
Algeria vvvvv vvvv
Me gustaría pasarlo a la siguiente forma
Pais Año Poblacion
Albania 1960 vvv
Albania 1961 vvvv
Albania 1962
Albania 1963
Algeria 1960
.....etc
Alguna pista de como implementarlo en R. Muchas gracias de antemano
Saludos
Antonio
[[alternative HT...
2004 Oct 06
3
read.delim problem with trailing spaces
...t that uses '.' for NA. I
found that if the last field on a line was a missing '.'
it was not read as NA, but just a '.', and the life variable was made a
factor. The data looks like this,
income,imr,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...
2011 Aug 04
1
Running a column loop through the Moran.I function.
...hen countries
down the first column. I'm trying to run a spatial autocorrelation for each
column or attribute in the "attri" dataframe. The process for running this
on a single column is as follows:
example of "coord.csv" dataframe:
country, lat, long
Albania, 41.00, 20.00
Algeria, 28.00, 3.00
Angola, -12.30, 18.30
example of "countryattri.csv" dataframe:
country, GDP, Population
Albania, 100000, 20000
Algeria, 1200000, 300000
Angola, 1300000, 300000
> Locate<-read.csv("coord.csv", header = TRUE, sep = ",")
> Locate.dists<...
2009 Mar 18
1
lm function (PR#13608)
....601
126 MOZAMBIQUE .54 .384
127 PALESTINE .54 .731
128 SLOVAKIA .54 .863
129 BURMA .53 .583
130 MALI .53 .38
131 MAURITANIA .53 .55
132 TURKEY .53 .775
133 ALGERIA .52 .733
134 EQUATORIALGUINEA .52 .642
135 ROMANIA .52 .813
136 BOSNIAANDHERZEGOVENIA .51 .803
137 CAMEROON .51 .532
138 ESTONIA .51 .86
139 GUINEA .51 .456
140 JORDAN .51 .773
141...
2012 Aug 07
4
Execution of a function
...laste instruction in the bloc of
> instruction , i try to
>wrote the name of function
>source(aj.fun)
Error in readLines(file, warn = FALSE) : 'con' is not a connection
>return(aj.fun)
Error: no function to return from, jumping to top level
thanks for helping
hafida, univ of algeria
--
View this message in context: http://r.789695.n4.nabble.com/Execution-of-a-function-tp4639424.html
Sent from the R help mailing list archive at Nabble.com.
2015 Jul 12
2
suggestion: better support for https CRAN mirrors
...ates. I think this is a pretty trivial change but would help a lot with usability.
As an example, when using install.packages:
> --- Please select a CRAN mirror for use in this session ---
> CRAN mirror
>
> 1: 0-Cloud 2: 0-Cloud
> 3: Algeria 4: Argentina (La Plata)
> 5: Australia (Canberra) 6: Australia (Melbourne)
> 7: Austria 8: Austria
> 9: Belgium 10: Brazil (BA)
> 11: Brazil (PR)...
2009 May 04
1
mosaic plot with two factors and one continous variable
...n other words, I fail to find out
- how to use the mosaic function of the vcd package without using table,
- or I do not know how to convert my dataset into a table (as.table fails)
As an example, here a simple dataset:
Continent; Country; Population
Europe; France; 65
Europe; Germany; 80
Africa; Algeria; 32
....
Can you help me to get started?
Kind regards,
Karsten.
[[alternative HTML version deleted]]
2007 May 14
1
XML parsing under R / Extracting nodes’ values
...have seen the examples of the xml package, it
seems that I need to use xmlTreeParse() function but I don't know how
exactly as I'm not an R advanced programmer, please can anyone show me
how to do that explicitly ?
Any help would be much appreciated
Thanks,
Abdel
University of Boumerd?s
Algeria
2013 May 11
1
(no subject)
...quot;rworldmap" package in R to construct a chloropleth. I want to use the
fixedBreaks argument to specify given breaks.
My data look like this:
> head(Maji)
Country waterused CC
1 Afghanistan 36 AFG
2 Albania 4 ALB
3 Algeria 52 DZA
4 Angola 0 AGO
5 Antigua 10 ATG
6 Argentina 4 ARG
and when I attempt,
> classInt <- classIntervals(ww[["waterused"]], n=5, style="fixed",
fixedBreaks=c(0, 25,50,75,100,4565))
*War...
2013 Jun 09
1
Extenxions Optimization
...gt; _00216X.,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)})
exten => _00216X.,3,Set(CALLERID(all)=${NUMID})
exten => _00216X.,4,Set(CALLERPRES()=${CALLPRES})
exten => _00216X.,5,Dial(SIP/Trunk-Telco/${EXTEN:2},180,rt)
exten => _00216X.,6,Hangup
; Destination: Algeria Type: Fixe
exten => _00213X.,1,Set(CDR(CodeCom)=BUS-DZA)
exten => _00213X.,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)})
exten => _00213X.,3,Set(CALLERID(all)=${NUMID})
exten => _00213X.,4,Set(CALLERPRES()=${CALLPRES})
exten => _00213X.,5,Dial(SIP/...
2010 Sep 13
1
Create a time-series from cross-sectional data that has each year as a separate column
...om for the entire time
period. However, the years are separated by columns instead of rows, as is
usually the case in R. This is what it looks like:
> str(laborstafinMFBA)
'data.frame': 152 obs. of 39 variables:
$ COUNTRY : Factor w/ 164 levels "Albania","Algeria",..: 2 4
7 8 9 10 11 11 12 13 ...
$ CODE.COUNTRY : Factor w/ 163 levels "AE","AG","AI",..: 44 7 8 5
12 11 10 10 13 23 ...
$ SOURCE : Factor w/ 7 levels "Administrative reports",..:
3 3 3 3 3 3 3 3 3 3 ...
$ CODE.SOURCE...
2006 Jul 18
2
how can I delete rows?
...so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you
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 Bu...
2018 Apr 15
2
52.184.164.73 in my logs
....tld')
[...]
Apr 10 16:17:58 imap-login: Info: Login: user=<xxx at mydomain.tld>, method=LOGIN, rip=52.184.164.73, lip=10.10.10.19, mpid=19286, TLS, session=<E6cEB4BprgA0uKRJ>
Both lines show a remote IP of 52.184.164.73, which is strange since all my users are, and connect from, Algeria. According to the ispinfo website (http://www.ispinfo.net/isp/52.184.164.73.html), this IP belongs to Microsoft.
Could it be that the outlook app uses microsoft's servers to fetch the mail before handing them to the user ?
Daniel.
2015 Jul 12
0
suggestion: better support for https CRAN mirrors
...rl("https://cran.rstudio.com")) to confirm that's not a
problem for you.
Duncan Murdoch
>
>> --- Please select a CRAN mirror for use in this session ---
>> CRAN mirror
>>
>> 1: 0-Cloud 2: 0-Cloud
>> 3: Algeria 4: Argentina (La Plata)
>> 5: Australia (Canberra) 6: Australia (Melbourne)
>> 7: Austria 8: Austria
>> 9: Belgium 10: Brazil (BA)
>> 11: Bra...
2013 Jan 06
1
Malicious traffic comming from 37.75.210.90
Hello Osama, and Hisham,
At 1330GMT there was some malicious activity coming from your network
IP 37.75.210.90. Please act accordingly. Things that may be of use
"972599779558"
N.
2011 May 11
3
Uploading CSV file into R
Hi, I'm trying to upload two CSV files into R, and I'm having some trouble.
I've used the instructions I've found on the Web, but they haven't helped so
far. I'm worried this could be because I'm using a Mac.
The two data sets are here:
http://data.un.org/Data.aspx?d=WDI&f=Indicator_Code%3aNY.GNP.PCAP.PP.CD
http://data.un.org/Data.aspx?d=UNODC&f=tableCode%3a1
2010 Oct 15
1
warning diego viola the trouble maker for the world
i folk
warning from diegoviola
from paragway
he say working for bridgecomm
then teliax
then flowroute
isn't that a lie only?
he need free morocco mobile traffic from me
i refuse him
i say to him if you help me with some web developement i can provide you lowered rate because was a friend of mine
but now i am avoiding him step by step
the asterisk folk may allready know him
190.23.0.0/16
he
2018 May 13
0
Dataverse (reading files with .tab and .7z suffixes)
Ilio Fornasero writes:
> Yet, I am at this point.
>
>
>
>
> ## 01. Finding the dataverse server and making a search
> Sys.setenv("DATAVERSE_SERVER" =3D "dataverse.harvard.edu")
> dataverse_search(".Hunger")
>
>
> ## 02. Loading the dataset (in this example, I have chosen the word ".Hunge=
> r" to get
> # one list and