search for: south

Displaying 20 results from an estimated 12959 matches for "south".

2008 Aug 27
3
Calculating total observations based on combinations of variable values
...39;ve searched the help guides and the archives and have not been able to find a solution that works. I have a data frame with thousands of observations that looks something like this: YEAR MONTH DAY COUNTRY REGION PROVINCE CITY 1994 1 22 Sri Lanka South Asia Northern (Province) Pungudutivu 1994 1 25 Sri Lanka South Asia Central (Province) Kandy 1994 2 26 Sri Lanka South Asia Central (Province) Kandy 1994 2 28 Sri Lanka South Asia Eastern (Province) Wakianer...
2004 Jun 29
0
discrete hazard rate analysis
...demiology might have regional level data that might look at similar issues). Of course I would also like to know which R commands could assist me on this analysis. Any suggestions will be much appreciated. All the very best, JP County Region time 1993 1994 1995 1996 1997 1998 1999 2000 2001 a South 6 months 95.0 95.1 95.5 95.7 96.8 96.8 96.9 95.9 98.0 a South 12 months 87.1 87.1 89.7 89.6 92.4 91.7 92.6 90.2 93.9 a South 18 months 79.5 79.8 83.3 83.0 86.4 86.7 85.8 84.7 a South 24 months 73.3 73.1 77.8 78.0 80.6 81.0 79.6 79.2 a South 30 months 68.0 67.3 72.8 72.3 75.8 75.1 74.1 a South 36...
2009 Feb 09
2
Generating new variable based on values of an existing variable
...#39;d like to do is to generate a new variable within a data frame, the values of which are dependent upon the values of an existing variable within that data frame. Assume that I have the following data: mydf<-data.frame(region=c(rep("North", 5), rep("East", 5), rep("South", 5), rep("West", 5))) Assume, in addition, that I have a factor vector with four values (I actually have a factor with almost two-hundred values): element<-c("earth", "water", "air", "fire") I would like to add a new variable to the data...
2011 Feb 11
1
Time Series in R with ggplot2
Hi Folks, First, the important information. > sessionInfo() R version 2.12.1 (2010-12-16) Platform: i386-pc-mingw32/i386 (32-bit) Second, my problem. I have a series of data sets comprised in the following format. > totsoc Location Year Value 1 SOUTH 1998 29 2 SOUTH 1999 20 3 SOUTH 2000 32 4 SOUTH 2001 29 5 SOUTH 2002 25 6 SOUTH 2003 28 7 SOUTH 2004 27 8 SOUTH 2005 28 9 SOUTH 2006 22 10 SOUTH 2007 31 In order to generate a time series plot in ggplot2, I ran the following code. q...
2007 Sep 04
3
variable format
...isionOld <- c(1,2,3,4,5) divisionTable <- matrix(c(1, "New England", 2, "Middle Atlantic", 3, "East North Central", 4, "West North Central", 5, "South Atlantic"), ncol=2, byrow=T) a$divisionNew[match(a$divisionOld, divisionTable[,1])] <- divisionTable[,2] But how do I handle the case where... a$divisionOld <- c(0,1,2,3,4,5) #no format available for 0, this throws an error. OR divisionTable <- matrix(c(1,...
2008 Jan 29
5
pivot table in R
Hello, I'm struggling with an elementary problem with R. I have a simple data frame such as this one giving the number of accidents subdivided by sex, age and region. sex age region no_of_accidents F young north 10 F young south 12 F old north 5 F old south 7 M young north 24 M young south 30 M old north 12 M old south 17 and I would like to build a pivot table, e.g. obtaining the sum of the numbe...
2009 Feb 27
1
cross tabulation: convert frequencies to percentages
Hello, might be rather easy for R pros, but I've been searching to the dead end to ... twsource.area <- table(twsource, area, useNA="ifany") gives me a nice cross tabulation of frequencies of two factors, but now I want to convert to pecentages of those absolute values. In addition I'd like an extra column and an extra row with absolute sums. I know, Excel or the
2006 Mar 31
4
Ruby on Rails - South African Community
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.3.3/298 - Release Date: 2006/03/30
2010 Mar 10
3
An odd IPMI problem
...ng that parm. That is, I say (and get) $ insmod /lib/modules/2.6.18-164.11.1.el5/kernel/drivers/char/ipmi/ipmi_si.ko ports=0xca2 slave_addrs=0x10 insmod: error inserting '/lib/modules/2.6.18-164.11.1.el5/kernel/drivers/char/ipmi/ipmi_si.ko': -1 No such device and in the log Mar 10 11:24:36 south kernel: IPMI System Interface driver. Mar 10 11:24:36 south kernel: ipmi_si: Trying hardcoded-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0 Mar 10 11:26:28 south kernel: ipmi_si: There appears to be no BMC at this location Mar 10 11:26:28 south kernel: ipmi_si: Trying S...
2007 Feb 06
2
How to do "moran's I test"?
I want to do "moran's I test" in R language. I try to use "gearymoran" in Package "ade4","moran" in Package "spdep", and Moran.I in Package "ape". But I do not know how to do it because data format is different. My data: x y dbh 111.03 10.7 7 118.11 0.28 1.2 165.36 0.36 8.4
2017 Sep 07
0
ISO3 code to 7 continents names
...s a data frame consisting of one variable (iso3 codes) such as > > USA > RUS > ARG > BGD > ITA > FRA > > > Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and South America. Thanks. Well it does actually: There are two different region codes: First load the package that has countryExData. I'm presuming this is: library(rworldmap) > table(countryExData$EPI_regions) Central and Eastern Europ East Asia and the Pacific Europ...
2017 Sep 07
2
ISO3 code to 7 continents names
df is a data frame consisting of one variable (iso3 codes) such as USA RUS ARG BGD ITA FRA Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and South America. Thanks. Sincerely, Milu On Thu, Sep 7, 2017 at 9:00 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Sep 7, 2017, at 11:36 AM, Miluji Sb <milujisb at gmail.com> wrote: > > > > Dear all. > > > > Is it possible to convert.identi...
2004 Apr 30
2
South-Africa
Good day all I'm in South-Africa,currently we are using openline4 cards for our pbx systems.Now we first need approval on the cards form icasa(a government standards) before we can use the card.The market here is very big for a system like asterisk.The only problem is to get a card approved(for a small company like us) its...
2003 Jun 13
1
E1 in South Africa
Hi Everyone After speaking with my local telco service provider, Telkom, I am aware that either we don't have E1 services in South Africa or the technical skills of our the engineers leaves much to be desired. Has/does anyone know if the Digium E1 (E100P) card is certified/works in South Africa? Thanks for the help so far! Tielman /* Tielman Koekemoer Unix and Network Administrator at Vista Univer...
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
....factor(c(1998,1998,1998,1998,1998,1998,1998,1998,1998,1998, 1999,1999,1999,1999,1999,1999,1999,1999,1999,1999, 2000,2000,2000,2000,2000,2000,2000,2000,2000,2000, 2001,2001,2001,2001,2001,2001,2001,2001,2001,2001)), geog_area=c('North','South','East','West','Middle', 'North','South','East','West','Middle', 'North','South','East','West','Middle', 'North','South','East',...
2011 Oct 22
2
Expanding rows of a data frame into multiple rows
...th. I want to expand this into a data frame with one row for each member of the list-mode column (the other values being replicated) For example, an example input and the desired output would be: input <- data.frame(site = 1:6, sector = factor(c("north", "south", "east", "west", "east", "south")), observations = I(list(c(1,2,3),c(4,3),c(),c(14,12,53,2,4),c(3),c(23)))) desired.output <- data.frame(site = c(1,1,1,2,2,4,4,4,4,5,6), sector = factor(c(2,2,2,3,3,4,4,4,4,...
2000 Nov 22
1
Configuration Trouble
I have succeeded in getting two tinc1.0pre3 hosts to connect, but I can't ping one from the other. I can ping the local tap interfaces. tcpdump shows that icmp echo requests are received by the other host, but no replies are sent. The two hosts are North and South. It is the same pinging North to South and South to North. The hosts are configured as follows: South: Debian 2.2 /usr/local/etc/tinc/tinc.conf: TapDevice = /dev/tap0 Name = South PrivateKey = blahblahblah /usr/local/etc/tinc/hosts/North: PublicKey = blahblahblah Subnet = 10.1.0.0/24 /usr/loca...
2020 Nov 12
0
[centos/centos.org] branch master updated: Reflected new 7.9.2009 release and updated AMI IDs for AWS
...ws-images.csv @@ -39,43 +39,43 @@ " CentOS Linux 8 ","eu-north-1","aarch64","ami-02e921ca8f16f9ee4","https://console.aws.amazon.com/ec2/v2/home?region=eu-north-1#LaunchInstanceWizard:ami=ami-02e921ca8f16f9ee4" " CentOS Linux 8 ","me-south-1","aarch64","ami-0699d4d858abc9036","https://console.aws.amazon.com/ec2/v2/home?region=me-south-1#LaunchInstanceWizard:ami=ami-0699d4d858abc9036" " CentOS Linux 8 ","sa-east-1","aarch64","ami-0bf5003d05d784d3b","https...
2009 Mar 25
1
Requesting help with lattice again
...dle WBLong ECB Wet 0.290692607 7 Eastern Panhandle WBLong CERP Ave 0.165945170 8 Eastern Panhandle WBLong CERP Dry 0.056244263 9 Eastern Panhandle WBLong CERP Wet 0.290692607 10 Long Pine Key / South Taylor Slough WBLong NSM Ave 0.151159734 11 Long Pine Key / South Taylor Slough WBLong NSM Dry 0.067348863 12 Long Pine Key / South Taylor Slough WBLong NSM Wet 0.244440738 13 Long Pine Key / South Taylor Slough WBLong ECB Ave 0.151159734 14 Long...
2020 Jun 27
0
[centos/centos.org] branch master updated: Updated page for AWS AMI images ID and link
...zard:ami=ami-04179d30492b778ad" +" CentOS Linux 8 ","us-west-2","x86_64","ami-0157b1e4eefd91fd7","https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#LaunchInstanceWizard:ami=ami-0157b1e4eefd91fd7" +" CentOS Linux 8 ","af-south-1","x86_64","ami-059c85867d88036bf","https://console.aws.amazon.com/ec2/v2/home?region=af-south-1#LaunchInstanceWizard:ami=ami-059c85867d88036bf" +" CentOS Linux 8 ","ap-east-1","x86_64","ami-0a5c028e5b48c5b03","https:/...