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.

27 results for “from:Marc Mamin”

averaging within columns
Marc Mamin · Feb 26, 2005 · r-help

Hello Thomas, The function aggregate will do the job. Marc Mamin

help with histogram
Marc Mamin · May 7, 2004 · r-help

Hi, you can use subset of data and superpose different histograms for each of them. hth, Marc

http://www.omegahat.org/RSXML
Marc Mamin · Jul 28, 2003 · r-help

Hi, As the server www.omegahat.org seems to be down since quite a while, could someone send me the RSXML library for Windows2000 ? Many thanks, Marc Mamin

extracting the levels of a subset of data
Marc Mamin · Sep 19, 2003 · r-help

Hi, > tmpdata<-subset(myd, TYPE=="A") > levels(tmpdata$TYPE) > [1] "A" "B" "C" I'd like to get only "A" as output... Thanks for your help Marc

Vector and String
Marc Mamin · Oct 22, 2004 · r-help

Hello, I'm looking for a procedure to detect trend changes or significant signals in time series as in the attached example. Could you point me to a library or reference I can start with? Thanks, Marc Mamin

R as ftp client ?
Marc Mamin · Aug 4, 2003 · r-help

Hallo, I want to open an ftp connection (with login and pwd), and then to retrieve the file list and the files'content of a given directory. Is this possible with R (on W2K)? Thanks for your hints, Marc Mamin

RODBC.sqlSave and Date format on Oracle
Marc Mamin · Jul 25, 2003 · r-help

Hi, I try to use sqlSave to fill a date column in Oracle. value example: '05-JUL-03 13:35:09' sqlSave does not throw any error, but my table remain empty does anyone have experience with this ? Thanks, Marc...

does R provides a wait or pause function?
Marc Mamin · Oct 20, 2004 · r-help

Hello, I'd like to insert a "wait" function in my code. The reason is that I output timestamped files and I want to ensure that at least 1 second separes 2 files to avoid overwriting the previous file. Thanks...

catching the warnings
Marc Mamin · Jun 3, 2004 · r-help

Hello, I'd like to catch the warnings in a variable in order to evaluate them, but... > tt<-warnings() Warning messages: 1: XML Parsing Error: test.xml:2: xmlParseStartTag: invalid element name 2: XML Parsing Error: test.xml:3: Extra...

Problem (Bug?) with readLines on Suze
Marc Mamin · May 7, 2004 · r-help

Hello, I called readLines on Suze 9.0 with a directory as parameter instead of a file. R freezed for a very long time; this morning I could read following error message: Error in readLines(paste("/home/",foo,"/",sep="")) : cannot...

character occurence within a string
Marc Mamin · Feb 21, 2005 · r-help

Hello, I'm looking for a function that counts the occurences of a given character within a string. f('|','ab|c|d') => 2 More precisely, I need to complete a vector of strings to ensure that all elements have the...

Computting statistics on a matrix with 2 factor column
Marc Mamin · Jun 8, 2004 · r-help

Hello, I suppose this is a basic question but couldn't find a solution.: I have a large matrix with let say 3 columns: V1 V2 V3 a x 2 a x 4 a y 8 b z 16 and...

sorting without order
Marc Mamin · Nov 23, 2004 · r-help

Hello, In order to increase the performance of a script I'd like to sort very large vectors containing repeated integer values. I'm not interesting in having the values sorted, but only grouped. I also need the equivalent of...

multiple match question
Marc Mamin · Sep 29, 2004 · r-help

Hello, I'm looking for a fast way to retrieve the position of elements from a vector which match element in another vector. Example va<-c('a','e') vb<-c('a','b','c','d','e','f','e') f(va,vb...

plot with dates on x axis, how to fix the number of days betwenn tick marks ?
Marc Mamin · Oct 17, 2003 · r-help

Hi, Following plot is displaying fine, (starting arount the 10. september), except that the xaxp parameter has no effect. I'd like to have a tickmark every 7 days... plot(timeline, subset(myd, TYPE=="A")$list1, ylim=c(100*floor...

regexp,grep: capturing more than one substring
Marc Mamin · Oct 27, 2004 · r-help

Hello, I would like to have a function that retrieve matching strings in the same way as with java.util.regex (java 1.4.2). Example: f('^.*(xx?)\\.([0-9]*)$','abcxx.785') => c('xx','785') First of all: Is it...

lattice.xyplot: adding grid lines
Marc Mamin · Sep 9, 2003 · r-help

Hallo, I'd like to add grid lines to a lattice graph having 2 series of Y data. See these 2 examples: data(iris) [1] xyplot(Sepal.Length + Sepal.Width ~ Petal.Length , data = iris, allow.multiple = TRUE, scales = "same",type...

lattice, trellis.device, dev.off() within a condition (seems t o be a bug)
Marc Mamin · Sep 18, 2003 · r-help

Hi, I have a strange issue under W2K; consider these two code extracts: 1) if(condition a){ trellis.device(png,filename = filename_a,... xyplot(... dev.off() } 2) if(condition a){ trellis.device(png,filename = filename_a,... xyplot(... } dev.off() In...

line colors in lattice.xyplot with png device.
Marc Mamin · Jul 18, 2003 · r-help

here is the solution: col<-c("#cc0000", "#330099", "#66cc00","#ff6600" ,"#ff00cc", "#00000", "#bo7080", "#7080bo") lty<-c(1,1,1,1,1,1,1,1) lwd<-c(1,1,1,1,1,1,1,1) mylines<-list(col=col,lty=lty...

line colors in lattice.xyplot with png device.
Marc Mamin · Jul 17, 2003 · r-help

Hi, R is very new for me, so excuse if my questions are too basic... BTW, are there any forum where new R users could get help without annoying this huge mailing list ? In following code, I'd like to...

Can't find what you're looking for? Try searching with Google .