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.

37 results for “from:David A Richmond”

Flops
David A Richmond · Mar 31, 2002 · r-help

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...

polylog
David A Richmond · Dec 14, 2001 · r-help

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...

pause/get input
David A Richmond · Nov 29, 2001 · r-help

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...

evaluating the contents of a string
David A Richmond · Sep 28, 2001 · r-help

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...

R and Altivec
David A Richmond · Nov 5, 2001 · r-sig-mac

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...

find indices of nonzero elements
David A Richmond · Oct 8, 2001 · r-help

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...

Darwin R on a G3
David A Richmond · Feb 8, 2002 · r-sig-mac

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...

extracting object names as strings
David A Richmond · Oct 29, 2001 · r-help

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...

Darwin R on a G3
David A Richmond · Feb 9, 2002 · r-sig-mac

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...

.Rprofile in 1.3.1 (os 10.1)
David A Richmond · Nov 8, 2001 · r-sig-mac

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...

installing packages
David A Richmond · Sep 13, 2001 · r-sig-mac

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...

Slow output/no break key (PR#1103)
David A Richmond · Sep 27, 2001 · r-devel

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...

making 1.5.0 on Darwin
David A Richmond · May 5, 2002 · r-sig-mac

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...

how much memory does one need...
David A Richmond · Sep 29, 2001 · r-sig-mac

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...

timing R and R and R and R
David A Richmond · Nov 13, 2001 · r-sig-mac

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...

postscript()
David A Richmond · Feb 23, 2002 · r-sig-mac

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...

two plots in one frame
David A Richmond · Nov 15, 2001 · r-help

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...

postscript output sideways
David A Richmond · Feb 28, 2002 · r-help

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...

Two problems
David A Richmond · Apr 18, 2002 · r-help

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...

R for Mac OS X
David A Richmond · Nov 9, 2001 · r-help

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 .