[R] ACF values with confidence limits + Plot Extaction

2016-03-05 Thread Preetam Pal
Hi R-users, I have a time series of residuals and I want to get the ACF (autocorrelation) values till lag = 12, along with the 12 upper/lower confidence limits. I understand that acf(residual) would give me the plot, but I will also need the actual values as an array etc. Plus, I'll have to extrac

Re: [R] difference between successive values

2016-03-05 Thread Jim Lemon
Hi catalin, I think what you are trying to do is to retrieve the original observations from the cumulated values. In that case Olivier's suggestion will do what you want: c(x[1],diff(x)) Jim On Sat, Mar 5, 2016 at 1:59 AM, catalin roibu wrote: > I mean the first row value > > În Vin, 4 mar. 20

Re: [R] Wooden Christmas Tree freezing when reading in files in El Capitan OS X

2016-03-05 Thread peter dalgaard
Explain _exactly_ what you mean by "try to read in files using read.csv" and "reading in the file different ways". Which commands? Is the GUI involved? Otherwise we cannot help. > On 05 Mar 2016, at 17:58 , Lauri Torgerson wrote: > > Hello everyone. Thanks in advance for your patience with m

Re: [R] trying to reach R-help

2016-03-05 Thread David Winsemius
> On Mar 5, 2016, at 11:32 AM, Jan Kacaba wrote: > > Hello, I'm rather desperate so please excuse me if I'm using wrong emails. > I'm sad that the forum at nabble is not functinal as before. I'm by no way > want to critique something. I just don't understand in which way is mailing > better than

[R] Wooden Christmas Tree freezing when reading in files in El Capitan OS X

2016-03-05 Thread Lauri Torgerson
Hello everyone. Thanks in advance for your patience with my question. I recently upgraded my operating system to El Capitan and then upgraded R to 3.2.3 (Wooden Christmas Tree). I also installed XQuartz. My problem is that when I try to read in files using read.csv, R freezes. I have to force quit

[R] trying to reach R-help

2016-03-05 Thread Jan Kacaba
Hello, I'm rather desperate so please excuse me if I'm using wrong emails. I'm sad that the forum at nabble is not functinal as before. I'm by no way want to critique something. I just don't understand in which way is mailing better than forum. I'm subscriber to R-help, but it seems that I'm unabb

Re: [R] Post: R-help : help with loops

2016-03-05 Thread Jeff Newmiller
You made it. Next time set your email program to send plain text instead of HTML format to avoid us receiving a corrupted version of what you sent. (This is a plain text mailing list. ) You don't need looping, you need ?merge and ?ifelse. Df1 <- merge( Df1, Df2, all.x = TRUE, by = c ( "Date", "

[R] Post: R-help : help with loops

2016-03-05 Thread Efres B
Hello. Im trying to post the following message in R-Help. I think I must send it via email to do so, so here it is: Hello, I need help with some code. Basically, I have experiments results which I need to process. I have 2 dataframes with 3 columns Df1 <- data.frame (Date, Celllin

Re: [R] package FD

2016-03-05 Thread Jim Lemon
Hi Fabio, What has probably happened is that ft$trait3 looks like numbers but when it was read in at least one value could not be read as a number. The default behavior in R is to transform the variable into a factor: testcase<-read.table(text="1 2 3 4 1 2 3 4 1 2 B 4") > testcase V1 V2 V3 V4 1

Re: [R] Extracting part of a factor

2016-03-05 Thread KMNanus
Boris - Boy, do I feel dumb - that’s exactly what I wanted. I’ve tried this every way I can think of without assigning the result to the original name of the data frame. I was trying to assign the result to a variable (test$place). Can u pls explain to me why assigning the result to the new