search for: dates1

Displaying 5 results from an estimated 5 matches for "dates1".

Did you mean: dates
2009 Nov 11
4
as.Date from data.frame
...31.14999962 37.34000015 36.27000046 7 39.11000061 31.90999985 38.02999878 36.97999954 8 39.81000137 32.65000153 38.68000031 37.63999939 9 40.47000122 33.34999847 39.27999878 38.27000046 > data[1,] V1 V2 V3 V4 1 2008-05-19 2008-04-19 2008-03-21 2008-02-22 > dates1<-as.Date(data[1,]) do not know how to convert 'dates[1,]' to class "Date" # However, I can individually convert them all: > dates1.1<-as.Date(data[1,1]) > dates1.1 [1] "2008-05-19" # How can I change the class of the date over the entire row (my original...
2013 Jan 25
3
Help with adding 'dates' string as rownames to matrix
Hi, I need help with two related issues: 1. I wish to drop repeating text "BST" from the below 'dates' string: [1] "2005-04-01 BST" "2005-04-04 BST" "2005-04-05 BST" "2005-04-06 BST" "2005-04-07 BST" "2005-04-08 BST" "2005-04-11 BST" "2005-04-12 BST" "2005-04-13 BST" "2005-04-14
2012 Jun 28
1
Merging listed dataset into one
...$v1 TilingFeatureSet (storageMode: lockedEnvironment) assayData: 2197815 features, 59 samples element names: channel1, channel2 protocolData rowNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-07-24 ... LT003990RU_D1_2010-11-04 (59 total) varLabels: filenamesChannel1 filenamesChannel2 dates1 dates2 varMetadata: labelDescription channel phenoData rowNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-07-24 ... LT003990RU_D1_2010-11-04 (59 total) varLabels: sampleID tissue ... Annotation (5 total) varMetadata: labelDescription channel featureData: none experimentData: use '...
2008 Jun 11
2
problem with as.Date
Data into R from Excel csv file xd<-read.csv("court.dates1.txt",as.is=T, header = F) > str(xd) 'data.frame': 5 obs. of 1 variable: $ V1: chr "6/6" "5/27" "5/16" "5/2" ... >xd V1 1 6/6 2 5/27 3 5/16 4 5/2 5 4/29 cdates <- as.Date(xd, format = " %m/ %d") Error in as.Date.d...
2002 Feb 26
2
covariance of equal date values
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need to count the covariance of two time series. Both of them contain the dates' vector and vector of values. But the dates are not the same. It means some dates of first ts are not in the second respectively. And I need the covariance of same dates, of course. Could anyone help me, please? Thank you. lukas - -- Lukas Kubin lukas.kubin at