Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi Hans - I tried your suggestion and it worked out well... Many thanks!! Also, thank to everyone else for their suggestions. Hans W. Borchers-4 wrote: > > Pele <drdionc <at> yahoo.com> writes: > >> >> >> Hello R users, >> >> Can someone tell if there...
Hello, Iam looking for an R solution that can efficiently produce the output shown below. I can produce this easily in SAS with retain statement and a few lines of if-then-else logic, etc.. but I am not find...
Thank you for your answer. The used code is the next one : champ_model<-c("y","categ_juridique","Indic_CTRLAUTRE_RPOS","Indic_CTRLAUTRE_RNEG","Indic_CTRLCCA_RPOS", "Indic_CTRLCCA_RNEG","Indic_CTRLCPAP_RPOS","Indic_CTRLCPAP_RNEG","Indic_CTRLLCTI_RPOS", "Indic...
Jim - example is perfect - many thanks!!! Philipp - many thanks for your example also. jholtman wrote: > > This might do what you want: > >> x <- read.table(textConnection("ID x1 >> x2 x3 > + a1 0.0123334 0.000020000 > 12.33338 > + b3 0.477896366 0...
Hi David - I will try that.. Thanks for your suggestion! David Winsemius wrote: > > I am not seeing anything but that proves nothing of course. You could > write your own function and stick it in the .First of your .Rprofile > files...
Hello R users, Below is the code and output of what I am trying to do. My goal is to insert/print all items in the chart function into a pdf document. Only the acf and pacf charts gets printed...
Perfect - many thanks!!! baptiste auguie-2 wrote: > > The function expects a list of data.frames as a first argument but you > provided a data.frame instead, the others are interpreted as optional > arguments to merge_recurse(). Try this instead, > >> merge...
Hi All, I found a solution that give the correct answer.. year <- c(2100:2110) x1 <- c(F,T,T,F,F,F,T,F,T,T,F) df1 <- data.frame(cbind(year, x1)) df1$subject <- c(1,1,1...
Hi Greg - this is perfect - Thank You! Also, thanks to everyone for the other suggestions Greg Snow-2 wrote: > > How about: > > x3 <- cumsum( x2* 0.24^(5:0) ) / 0.24^(5:0) > > with the 5 replaced by the length -1...
Hi Jorge - many thanks for you suggestion, but I am looking for a way where I don't have to use a loop. I meant to include that in my description. Thanks again! Jorge Ivan Velez wrote: > > Dear Pele, > Probably...
Finally, I did not find the detail of the ?R_svmpredict? function that may be a C program but applying the function named ?svmpred? in the svminternals.pdf document I solved my problem. Thank you and best regards, Benoit. De...
Hello R users, I am new to R and am wondering if anyone can help me out with the following issue: I wrote a function to build ts models using different inputs, but when R displays the call for a...
I tried using merge_all as shown below but I am getting an error ... can anyone tell me what I am doing wrong? The result table below is what I am looking for. DF1 <- data.frame(var1 = letters[1:5...
Hello R users, I have 2 files (file1 and f2) and I am trying to sum columns 6:10 of a specific row in f2 and append it in file 1 if the "state" variable in file 1 equals the...
Can't find what you're looking for? Try searching with Google .