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.

144 results for “from:Jerome Asselin”

Problem with read.table
Jerome Asselin · Mar 21, 2003 · r-help

How about replacing "/t" by "\t" ? Jerome

Computing a CDF or many quantiles
Jerome Asselin · Sep 10, 2003 · r-help

Also look at ecdf() from package "stepfun". HTH, Jerome Asselin

fisher.test() gives wrong confidence interval (PR#4019)
Jerome Asselin · Aug 29, 2003 · r-devel

Forgot to mention... I'm using R 1.7.1 on Red Hat Linux 7.2.

reading multiple .dbf files
Jerome Asselin · May 16, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110516/ced8edfd/attachment.pl>

Using a sting in variable names
Jerome Asselin · May 16, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110516/77872782/attachment.pl>

"trace" argument in legend() (PR#2578)
Jerome Asselin · May 28, 2003 · r-devel

Another easy fix for legend() with trace=TRUE would be to replace "...)" by ", ...)" in this code: [...] if (trace) catn(" rect2(", left, ",", top, ", w=", w, ", h=", h, "...)", sep = "") [...] Cheers, Jerome

MIXED ANOVA and Repeated Measure
Jerome Asselin · May 7, 2003 · r-help

On May 7, 2003 03:09 pm, joao sato wrote: > Hi!How could I perform a ANOVA with Mixed Effects and Repeated Measures > using R?Thanks!!! Best RegardsJo?o Ricardo SatoBRAZIL > See ?lme in package "nlme".

Regexp question
Jerome Asselin · May 4, 2011 · r-help

On Wed, 2011-05-04 at 22:41 +0300, johannes rara wrote: > I have a string like this > > st <- "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), > COUNT(salary), FROM Employees" > > How can I remove the last comma before the FROM...

Segmentation fault in .Call() (PR#4761)
Jerome Asselin · Oct 24, 2003 · r-devel

Full_Name: Jerome Asselin Version: 1.8.0 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.177.13) I would not expect a segmentation fault; perhaps an error message. > .Call("log") Segmentation fault This is always reproducable for...

plot() with type="s" and lty=2 (PR#2630)
Jerome Asselin · Mar 12, 2003 · r-devel

Full_Name: Jerome Asselin Version: 1.6.2 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.173.179) In the following example, the line type lty=2 does not show properly across the entire line. x <- c(seq...

error bars in color
Jerome Asselin · Jul 23, 2003 · r-help

Yes. See ?plot, ?segments, ?lines, and in particular see the help on the "col" option in ?par. HTH, Jerome On July 23, 2003 03:13 pm, Heinrich Kestler wrote: > Hi, > is it possible to generate differently colored error bars in...

put a label on right y axis?
Jerome Asselin · Jul 30, 2003 · r-help

See ?mtext On July 30, 2003 10:24 am, Jorge A Ahumada wrote: > If you have a graph with two y-axes like: > > plot(...) #1st graph > par(new=T) > plot(.....,axes=F,xlab="",ylab="") #plot second > axis(4) # put axes...

Interlacing two vectors
Jerome Asselin · Aug 20, 2003 · r-help

as.vector(rbind(x,z)) or c(rbind(x,y)) saves you one step. Don't know if there's a better solution. HTH, Jerome On August 20, 2003 02:16 pm, Murray Jorgensen wrote: > I want to interlace two...

exact range of axes in plots
Jerome Asselin · Feb 24, 2003 · r-help

Hope this helps. Jerome > plot(0:1,0:1) > par()$usr [1] -0.04 1.04 -0.04 1.04 On Monday 24 February 2003 11:06, Jason Bond wrote: > Hello. I was wondering how one can find the exact...

"na.action" parameter in princomp() (PR#3481)
Jerome Asselin · Jul 15, 2003 · r-devel

Full_Name: Jerome Asselin Version: 1.7.1 OS: Red Hat Linux 7.2 Submission from: (NULL) (24.77.125.119) Setting the parameter na.action=na.omit should remove incomplete records in princomp. However this does not seem to...

How to copy and paste a R plot onto Word (or Power Point)
Jerome Asselin · Aug 6, 2003 · r-help

In addition to the previous replies, see the r-help thread on "pretty onscreen plots": http://finzi.psych.upenn.edu/R/Rhelp02/archive/12254.html HTH, Jerome On August 6, 2003 08:47 am, Yao, Minghua wrote: > All, > > Anybody can...

automatically saving plots and images
Jerome Asselin · Jul 13, 2003 · r-help

See ?device . Hope this helps, Jerome On July 13, 2003 03:48 pm, Tor A Strand wrote: > I am a novice > > Is there any way of automatically save a plot to an image file. I want > to generate images of...

Problem with RODBC
Jerome Asselin · Oct 27, 2006 · r-help

On Fri, 2006-10-27 at 19:04 +0200, Christian Hager wrote: > No all queries are finished. Then, I don't know. Can you write and send a short code example which reproduces the problem on your side so we...

Help on PLotting
Jerome Asselin · May 13, 2003 · r-help

See ?matplot. On May 13, 2003 11:21 am, Sangeeta Pratap wrote: > Content-Length: 800 > Status: R > X-Status: N > > > We were wondering if there was a simple way to plot two series, say y > and z, against a series...

plot character
Jerome Asselin · Jul 22, 2003 · r-help

Use text(). x <- rnorm(10); y <- rnorm(10) plot(x,y,type="n") text(x,y,rep(c("te","tr"),each=5)) Cheers, Jerome On July 22, 2003 09:59 am, Luis Miguel Almeida da Silva wrote: > Dear helpers > > Is...

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