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.

339 results for “from:Bill Simpson”

R-beta: plot with error bars?
Bill Simpson · Sep 19, 1997 · r-help

That works great, Peter. Thanks very much. Bill Simpson =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help...

ugly loop
Bill Simpson · Apr 22, 2005 · r-help

On Fri, 22 Apr 2005, Marc Schwartz wrote: > Thus, I just need to use t(ver) instead of ver: > > > x <- pt$x[t(ver)] > > y <- pt$y[t(ver)] > > z <- pt$z[t(ver)] > That should do it? Yep!! Thanks...

command history under cursor keys
Bill Simpson · Jun 13, 2000 · r-help

Do you have GNU readline library installed? You need it. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To...

wait for user input
Bill Simpson · Feb 20, 2001 · r-help

Thanks Martyn and Brian for the pointer to par(ask=TRUE) Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...

help on R primitives
Bill Simpson · Jun 5, 1998 · r-devel

> " help on 'help' helps " in this case : ~~~~~~~~~~~~~~~~~~~~ OK Martin, thanks for your help :-) Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...

limit digits in text()?
Bill Simpson · Jun 10, 1999 · r-help

Sorry, I found the answer: text(-.62,.37,round(max(dprime), digits=1)) Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...

dotted contour line for negative values? -- filled.contour(.)
Bill Simpson · May 11, 1999 · r-help

Thanks very much Ross and Martin for your help. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...

R-beta: packages/libraries vs sourcing it in
Bill Simpson · Jan 23, 1998 · r-help

Thanks very much Paul for your help. Best wishes, Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...

R-beta: image
Bill Simpson · Jan 9, 1998 · r-help

OK thanks everyone, now I have a reason to upgrade to version .61. Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body...

log(0) problem in max likelihood estimation
Bill Simpson · Jan 10, 2001 · r-help

Thanks very much Brian and Ben for your helpful replies. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To...

ugly loop
Bill Simpson · Apr 22, 2005 · r-help

The following code is slow and ugly: count<-0 for(i in 1:nrow(ver)) for(j in 1:ncol(ver)) { count<-count+1 x[count]<-pt$x[ver[i,j]] y[count]<-pt$y[ver[i,j]] z[count...

hist()
Bill Simpson · Nov 16, 1998 · r-devel

In my opinion, S-Plus or not, the bins should be left-up-to-but-not-including-right. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...

nlm question was nls question
Bill Simpson · Apr 27, 2001 · r-help

Sorry for the typo--I meant nlm in subject line not nls Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...

R Equivalent to matlab's find() command?
Bill Simpson · Jun 8, 2000 · r-help

x<-c(1, 0, 0, 1, 0) which(x!=0) Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...

par: mar and mgp dead?
Bill Simpson · Feb 15, 2000 · r-help

Sorry for bothering the list with that stupid error! Thanks for the help. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...

limit digits in text()? --> use formatC()
Bill Simpson · Jun 10, 1999 · r-help

> My answer is: Instead of round(.), use > > formatC(... , digits = ..., width = ... ) OK, thanks very much. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body...

number plot symbol in scatterplot?
Bill Simpson · Jan 3, 2003 · r-help

If I make a scatterplot and several (e.g. 5) points lie on top of each other at a given x,y location I would like the plot symbol to be the number of superimposed points (e.g. "5"). Could...

layout and labels
Bill Simpson · Feb 21, 2002 · r-help

OK got it: mtext("x axis",side=1,outer=TRUE) mtext("y axis",side=2,outer=TRUE) Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...

convolve bug?
Bill Simpson · Nov 22, 1999 · r-help

Sorry, typo: > crosscorr does: fft(fft(a)*fft(Conj(b)), inv=TRUE) fft(fft(a)*(Conj(fft(b)), inv=TRUE) Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...

xyplot?
Bill Simpson · May 30, 2001 · r-help

I have seen a couple of references to xyplot() on this list. What package contains xyplot? Thanks for any help. Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...

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