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.
Hi all, Is there a way to count how many flops have been performed so far, or in a given section of code? dave r +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint Mary's College...
Hi, Does R do the "PolyLog" function, also know as Jonquiere's function: Li-n(z) = sum over k= 1 to inf. of (z^k)/(k^n) ? dave +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on a | + Dept. of Sociology complex scientific + |Saint...
Hi, Is there a simple command to pause a script until the user hits return? Alternatively, is there a command which prompts the user for some input and assigns the input into a variable? dave +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It works on...
Hi, suppose I do: b <- matrix(1:9,3,3) bname <- "b" now dim(b) returns [1] 3 3 and dim(bname) returns NULL is there a function to pass bname to such that dim returns the dimensions of b...
Hi, Ever since the G4 came out I've been interested in the potential for number crunching applications to take advantage of altivec, the G4's parallel processing unit. It seems like altivec should give the G4 a great advantage...
Hi, Is there a function func(x) where x is an array such that it returns a list of the indices of all non-zero elements of the array? for example: a: 1 0 0 0 0 1 0 1...
Hi, Two questions: 1) I've seen the speed advantages of Darwin over Carbon R that Jan posted on a G4. Would these advantages be realized on a G3 machine? 2) What would be the quickest/easiest set of steps...
Hi, I'm looking for a function which returns the name of the argument object as a string: >vect <- 1:3 >function(vect) "vect" I've looked at 'name', 'names', 'objects', none seem to do exactly what I want. ls...
On Fri, 8 Feb 2002, Jan de Leeuw wrote: > Downloading the compiled Darwin R-1.4.1 from CRAN is the fastest way to > install. See the README if you get complaints about missing > libraries. Ok, I've downloaded Darwin...
Hi, I recently switched to OS 10.1, and R1.3.1, from 8.6/1.3.0, where I had a .Rprofile file with a .First function: .First <- function() { library(sna) etc... } This worked in R1.3.0 on...
Hi, I'm using the carbon version of R (on sys 8.6) and want to install packages (and also learn how to get R to recognize functions I write myself). In UNIX/osX there is "R CMD INSTALL..." but...
Full_Name: David Richmond Version: 1.3.0 OS: MacOS 8.6 Submission from: (NULL) (147.53.3.18) Forgive me if this isn't the correct forum for these comments but: text output on the mac is abysmally slow...
Hi, I just downloaded the new R 1.5.0 source package, expanded it into /usr/local/ and did './configure' and 'make'. configure seemed to go ok, and make worked away for a while, compiling various files, but balked when...
to allocate 7.8 MB to a vector? (on R running on MacOS 8.6 with a 100MB partition) I get this error from a function which is trying to create a 1000x1000 matrix: Error: cannot allocate vector of size...
On Tue, 13 Nov 2001, Stefano Iacus wrote: > Probably this list is a good place to put this question: > > does it take sense to continue to support old MacOS'es ? > 2 cents: I am moving away from os9 and doing...
Hi, I've been using postscript() and ps2pdf to view plot outputs from DarwinR (1.4.0) using OS X's (10.1.3) terminal program. An example of the commands I use are given below. I have found some...
On Thu, 15 Nov 2001, Justin Fay wrote: > I would like to plot two different scatterplots in the same frame (say with > different colors) but everytime plot is called a new frame is created. Is > there a way around this...
Hi, My plots are all coming out sideways! If I do the following: > postscript("plot1.ps",horizontal=TRUE,paper="letter") > plot(ns,meanpl/maxvec) > dev.off(2) The output file has "ns" on the left and the "meanpl/maxvec" on...
On Thu, 18 Apr 2002, Ambrosini Alessandro wrote: > Hello! Two questions: > > 1: I have to import a matrix of adjacency from a file of a software that is > not R (for example "bloc notes" of Windows). The problem is that...
On Fri, 9 Nov 2001, Thomas Lumley wrote: > On Fri, 9 Nov 2001, Meinhard Ploner wrote: > > > > > It seems that R 1.3.1 is not very stable for Mac OS X. > > I installed it some days ago and had about...
Can't find what you're looking for? Try searching with Google .