Skip to content

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.

34 results for “from:Pele”

Outlier Detection for timeseries
Pele · Feb 14, 2009 · r-help

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...

Creating two new variables conditional on retaining values from previous rows
pele.s at yahoo.com · Apr 19, 2016 · r-help

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...

Help : glm p-values for a factor predictor
Benoît PELE · Jun 29, 2017 · r-help

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...

Formatting numeric values in a data frame
Pele · Feb 25, 2009 · r-help

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...

Week value function
Pele · Mar 7, 2009 · r-help

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...

Output results to a single postscript document
Pele · Feb 7, 2009 · r-help

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...

Merge 10 data frames with 3 id columns that are common to all data frames
Pele · Mar 8, 2009 · r-help

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...

Comparing data frames and keeping non-matches
Pele · Mar 11, 2009 · r-help

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...

Formula that includes previous row values
Pele · Feb 23, 2009 · r-help

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...

Formula that includes previous row values
Pele · Feb 23, 2009 · r-help

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...

SVM - calculating values problem
PELE Benoît (Acoss) · Aug 28, 2019 · r-help

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...

How to show variables used in lm function call?
Pele · Feb 3, 2009 · r-help

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...

Merge 10 data frames with 3 id columns that are common to all data frames
Pele · Mar 8, 2009 · r-help

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...

For loop with ifelse help
Pele · Sep 22, 2010 · r-help

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 .