search for: alltogheter

Displaying 4 results from an estimated 4 matches for "alltogheter".

2009 Mar 30
2
Add missing values/timestamps
Hello alltogheter, I have the following problem and maybe someone can help me with it. I have a list of values with times. They look like that: V1 V2 1 2008-10-14 08:45:00 94411.08 2 2008-10-14 08:50:00 90745.45 3 2008-10-14 08:55:00 82963.35 4 2008-10-14 09:00:00 75684.38 5...
2009 Apr 15
2
shift/lag when merge zoo
Hello alltogheter, I have a little problem regarding merging to zoo series. I want to merge two zoo series to reduce the timegaps between the stamps. I use the following code: data.test <- as.POSIXct(seq(data.input01[1,1],data.input01[nrow(data.input01),1],900),tz="GMT") data.troughput01 <- as.zoo(d...
2009 Mar 26
1
Sort by timestamp
#Good morning alltogheter. I'm using R for a short time to analyse TimeSeries and I have the following Problem: #I have a bunch of Time Series: #First of all I import them from a txt File data.input01 <-read.csv("./LD/20081030.txt", header = TRUE, sep = ";", quote="\"", dec=",...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...---------------------------- Message: 28 Date: Mon, 30 Mar 2009 07:38:57 -0700 (PDT) From: "j.k" <kathan@gmx.at> Subject: [R]  Add missing values/timestamps To: r-help@r-project.org Message-ID: <22784737.post@talk.nabble.com> Content-Type: text/plain; charset=us-ascii Hello alltogheter, I have the following problem and maybe someone can help me with it. I have a list of values with times. They look like that:                                V1           V2 1 2008-10-14 08:45:00 94411.08 2 2008-10-14 08:50:00 90745.45 3 2008-10-14 08:55:00 82963.35 4 2008-10-14 09:00:00 75684.38 5...