search for: 1950

Displaying 20 results from an estimated 303 matches for "1950".

Did you mean: 1050
2010 May 20
2
Time problems (POSIXct)
Hello, I have a zoo time series object (say a) with the following time stamp/format [1] "1950-01-03 GMT" "1950-01-04 GMT" "1950-01-05 GMT" "1950-01-06 GMT" [5] "1950-01-09 GMT" "1950-01-10 GMT" and another (say b) with [1] "1950-01-05" "1950-01-06" "1950-01-09" "1950-01-10" "1950-01-11&qu...
2011 Jul 22
1
Mean and Timeseries modelling
Hello, i have following problem and I hope you can help me a little bit My dataframe looks like: df a m d typ value 1950 1 1 5 -4.1 1950 1 2 9 2.7 1950 1 3 3 -1.3 1950 1 4 5 -1.9 1950 1 5 2 0.2 1950 1 6 8 0.5 1951 1 1 4 1.3 .... It consists by daily observations from 1950- 2009. Now, I get with.... for (i in df$V5) neu <- tapply(df[,5],li...
2002 Aug 06
2
help with lagged scatterplot
Hi, How do I can make a lagged scatterplot of two variables: Yt (nao) versus Xt-h (mei) if they have the following structure: >series mei nao Jan 1950 -1.036 0.55 Feb 1950 -1.133 3.31 Mar 1950 -1.259 0.81 Apr 1950 -1.027 1.60 May 1950 -1.399 -1.73 Jun 1950 -1.366 1.26 Jul 1950 -1.300 -0.87 . . . I've tried with lag.plot but I don't understanf how to use it Thanks in advance Antonio Rodriguez CICEM Agua del Pino Huelva, Spain Anton...
2008 Dec 23
3
Using transform to add a date column to a dataframe
I would like to add a column to the airquality dataset that contains the date 1950-01-01 in each row. This method does not appear to work: > attach(airquality) > data1 <- transform(airquality,Date=as.Date("1950-01-01")) Error in data.frame(list(Ozone = c(41L, 36L, 12L, 18L, NA, 28L, 23L, 19L, : arguments imply differing number of rows: 153, 1 I can'...
2007 Oct 24
7
Compatibility Issues with dell poweredge 1950 and TE110P card
Has anyone had any compatibility issues with a TE110P card installed on a Dell Poweredge 1950? I noted the following error on the LCD display of the Dell Poweredge 1950: E1711 PCI PErr Slot 1 E171F PCIE Fatal Error B0 D4 F0. The Dell hardware owners manual states that it means the system BIOS has reported a PCI parity error on a component that resides in PCI configuration space at...
2009 Mar 21
5
macro in a loop
Hi there, Thanks for your time in advance. I am trying to read in multiple files. For example, data.1940 <- read.table("c:/data/1940.csv",header=TRUE,sep=",") data.1950 <- read.table("c:/data/1950.csv",header=TRUE,sep=",") data.1960 <- read.table("c:/data/1960.csv",header=TRUE,sep=",") How can I write a loop to read the data? I was trying to use the following year<-c(1940,1950,1960) for (j in 1:3){...
2008 Mar 25
2
Combining logical operators to extract columns from a dataframe
Hi R-helpers, I have a dataframe (called data) with 100 columns, the columns of which are named with integers ranging from 1900 to 1999. I wish to extract those columns which names are >=1950 and <=1970. I tried: data2<-subset(data,select=(names(data)>=1950 & names(data)<=1970)) but that doesn't work. Any ideas? Thanks! Mark [[alternative HTML version deleted]]
2011 Nov 12
5
[Bug 1950] New: sshd tries to bind over and over to ::1 for several seconds
https://bugzilla.mindrot.org/show_bug.cgi?id=1950 Bug #: 1950 Summary: sshd tries to bind over and over to ::1 for several seconds Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW...
2002 Jun 14
1
data.frame - transform
Hi there, I have a data.frame (pwt6) which I would like to transform: country year gdp MEX 1950 2 MEX 1951 5 BOL 1950 4 BOL 1951 12 ITA 1950 45 ITA 1951 2 This should be the result: year MEX.gdp BOL.gdp ITA.gdp 1950 2 4 45 1951 5 12 2 Right now I have this code (better - no code): country.label<-names(table(pwt6$country)) result<-data.frame(year=NULL) for(i in country.label)...
2007 Jul 19
3
help with heatmap - how to remove annoying "X" before numeric values?
...I have a simple question based on how things are labeled on my heat map; particularly, there is this annoying "X" that appears before the numeric value of all the labels of my columns. Let's say I have the following silly data, stored in "temp.txt" 1905 1910 1950 1992 2011 2020 Gnat 0.08 0.29 0.29 0.37 0.39 0.43 Snake 0.16 0.34 0.32 0.40 0.41 0.53 Bat 0.40 0.54 0.52 0.60 0.60 0.63 Cat 0.16 0.27 0.29 0.39 0.37 0.41 Dog 0.43 0.54 0.52 0.61 0.60 0.62 Lynx 0....
2005 Dec 20
2
Time data
Dear All, I wonder how to compute the age from the date of birth and the date of examination. Suppose that have the following data: df <- as.data.frame(rbind(c(1,"10/08/1950","15/03/1998"), c(1,"10/08/1950","20/07/1998"), c(1,"10/08/1950","23/10/1998"))) names(df) <- c("ID", "date_birth", "date_exam") where: date_birth: is the date of birth date_exam: date of examina...
2011 Feb 26
0
Help: Error en model.frame.defaul
...the 1 and 3 dimensions of this object to create a new one without the years and with the next functions to do some specific calculations: > str(PMpa) num [1:499105, 1:60, 1:12] 29.8 55.8 29.7 25.1 25 ... - attr(*, "dimnames")=List of 3 ..$ punt: NULL ..$ any : chr [1:60] "1950" "1951" "1952" "1953" ... ..$ mes : chr [1:12] "Gener" "Febrer" "Març" "Abril" ... I'm writing a function where appears the next error message: Error en model.frame.default(formula = x ~ c("1950:2009"), dr...
2008 Apr 28
4
Dell 1950
I am thinking of going with a Dell PowerEdge 1950 ||| for a new CentOS/Asterisk set up. It will have dual 2.33GHz processors, 16GB memory, two 500GB hard drives (presumably mirrored). I also plan to get a Digium TE220B to go with it. (a non-dell server is not an option, but I am wondering if there is a better one to consider) The system wil...
2007 Oct 26
3
SOLUTION - Compiled Kernel and modules for XEN3.1 on PowerEdge 1950
Dear all, since it could be of interest for the list, here I post a link to compiled kernel for XEN 3.1 on a DELL PowerEdge 1950 compiled with gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) on a Debian4 distribution. This is provided AS IS AND WITHOUT ANY SUPPORT AND/OR ANY RESPONSIBILITY :-) The first link (7 MB) pack all the files you should have in /boot. The second link (12 MB) pack the /lib/modules/2.6.18-xe...
2005 Jun 14
2
Plotting rows (or columns) from a matrix in different graphs, not using "par"
...n number" and the same "ylim". The next one could be a sort of example on what I would like to avoid plotting the rows of the matrix "mat": ########### EXAMPLE ###################### dat <- sort(runif(16, 1, 1000)) mat <- matrix(dat, ncol=4, byrow = T) y <- seq(1950, 1953) par(mfrow=c(2,2)) plot(y, mat[1,], ylim=c(1,1000), axes=F, xlab="", ylab="simul.") box() axis(side=2, tick=T, labels=T) axis(side=3, tick=T, labels=T) plot(y, mat[2,], ylim=c(1,1000), axes=F, xlab="", ylab="") box() axis(side=3, tick=T, labels=T) p...
2006 Dec 21
2
Centos 4.0 (Final) and Dell 1950 with SAS controller
Hi All, I have an "appliance" cd which uses CentOS 4.0 (Final) which I am trying to load on a new Dell 1950 server with a SAS driver controller. During the install it fails to find any disks to load to. I got the drivers from Dell and dd the correct one to a floppy, boot from the appliance cd and enter linux dd at the prompt. I load the driver in the install and it still fails to find any disks. I have...
2010 Apr 04
1
Adjusting X-axis time scale
Dear all, I am plotting daily data from 1950 to 2000 and I wish to have the time in X-axis to indicate years and NOT days (i.e 1950 1951,......,2000 instead of 1,2, 3, ......). How do I set the x-axis to show years instead of days. ZABLONE OWITI GRADUATE STUDENT Nanjing University of Information, Science and Technology College of Interna...
2006 Oct 29
1
Problem with very old dates
Hi, I noticed that as.Date() could not convert date string to date type if the dates are very old. For example, if the date string is "1-Mar-50", then as.Date() would convert this to "2050-03-01", NOT "1950-03-01". This seems to be the behavior of as.Date() for dates older than 1969-1-1, and it is not documented in the R as.Date() documentation. It seems very strange that R would fail to convert old dates correctly. Does anyone know if this is the correct behavior? If so, then which method should...
2009 Dec 10
2
poweredge 1950 hangs at starting udev
Hi all, I have a PowerEdge 1950 that was acting weird. Network connectivity was only performing at a quarter of what was expected (if that). Even if I scp'd something to localhost it would perform poorly. Rather than fight with it, I just decided to reload it. It was running 5.3, and it is now running 5.4. However, w...
2011 Dec 13
2
Plotting a date variable after GAM
...the time of the event (in year and month) coded so that "0" represents January 1960, "1" represents February 1960, etc. Now when I try to plot the results, my x-axis ranges from "-200" to "200", what I want is to convert these number into something like "1950-01" or "Jan. 1950". What is the best way to do this? Many thanks. Best, Shige