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.
Whoops - didn't get what you meant ?mosaicplot is your friend Cheers Jason
> Friends: > > How can I do boostrapping at R? > > Thanks library(boot) help(boot) Cheers Jason
> Is there a function in R that returns the complex conjugate of a matrix > (a la 'CONJ' in IDL or 'Conjugate' in Mathmatica)? > ?complex Cheers Jason
> make: g77: Command not found > make: *** [akj.o] Error 127 You need a fortran compiler. Search the RPM lists for g77 (or just "fortran"). Cheers Jason
Julianno Sambatti wrote: > Does anyone know how to use poison models in general linear models with R ? > ?glm Jason -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545 jasont at indigoindustrial.co.nz
> Hi, I would like to plot a graph which sits in the background as a > watermark with other plots in the foreground - on top. "par()" is where most of these questions lead. Try ?par particularly the "new" argument. Cheers Jason
Rong-En Fan wrote: > By the way, I heard that there are some people developing a better > search interface for R (or CRAN?). Where are the related information > I can get? Strangely enough, by following the "Search" link on CRAN...
Stan Smiley wrote: > Is there a better way to log all the session input and output from > within R? What everyone else said, plus ?savehistory Cheers Jason -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545...
> > Has anyone writtent an R function for estimating linear > models with distributed lags(using matrix algebra)? > > Y(t) = Bo + B1Xt-1+ B2Xt-2+e > The "dse" bundle, with libraries "dse1" and "dse2" have functions for this in VARX or state...
Frank E Harrell Jr wrote: >>sort(c(3,1,NA)) > > [1] 1 3 > > Shouldn't NAs be retained by default? help(sort) sort(c(3,1,NA),na.last=TRUE) Cheers Jason -- Indigo Industrial Controls Ltd. 64-21-343-545...
?dump ?savehistory Icabalceta, Jorge L. wrote: > Dear friends, > In R there is a file | save to file option which takes a "picture" of > the text in your screen and saves it to a text file. Is there any way to...
Peter Dalgaard wrote: > I was actually reading it with some curiosity as to how they managed > to find 5 locations that were close to everyone on R-help... "Close, for sufficiently large values of 'close'..." :D Jason
Dirk Eddelbuettel wrote: > My preference goes with the numbering scheme attributed to a tribe on some > island in the Pacific which consists of a 'factor' with four levels: 'one', > 'two', 'three', and 'lots'. Australia. I've been there. Nice place...
> Hi, > > Can someone tell me how to use R to solve a simple LP problem like this? > Thanks! > > Maximize 5X1 + 3X2 > Subject to: > 2X1 + X2 <=40 > X1 + 2X2 <=50 > Where > X1 >= 0 > X2 >=0 help(I.will.do.my.own...
On Wed, 2004-06-09 at 13:22, ivo welch wrote: > can we put a "how to donate money to R" on the R webpage? perhaps with > a paypal button? > Does the R Foundation link meet this need? http://www...
Whoops. Hit "send" too quickly. Jason Turner wrote: > tol <- sqrt(.Machine$double.eps) > dcrn[(fn - inve[2]) < tol] that should be dcrn[abs(fn - inve[2]) < tol] -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545...
Webb Sprague wrote: > I already use ESS. If it would give line numbers, my life would be > perfect! It does, if you don't use source(). Have your R code in one buffer, and the R session running, and (from...
> I recently upgraded to R-1.9.1 but now the arrow keys do not scroll up > and down the command lines in R. Instead I get ^[[A > > My SuSe 9 platform is missing some program. What is it? The...
> I am trying to install RODBC package in a debian linux > box but getting the following message. Can anyone help > me to find what I am doing wrong here: > This sort of problem usually stems from issues covered in the...
On Thu, 2003-09-25 at 11:20, Fernando Henrique Ferraz wrote: > Hi, I'm having a little issue with \Sexpr{bla} relating to the number of digits it is using to print its output. Try \Sexpr{format(bla,digits...
Can't find what you're looking for? Try searching with Google .