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.

31 results for “from:Russell Senior”

formula parsing, using parts ...
Russell Senior · Oct 28, 2003 · r-help

>>>>> "Uwe" == Uwe Ligges <ligges at statistik.uni-dortmund.de> writes: Russell> Suppose I want x to be "log(Ozone)"? The get() function Russell> doesn't help me there. Uwe> eval(parse(text=x)) Ah, that seems to have done it...

wishlist items ...
Russell Senior · Dec 14, 1998 · r-help

crosstabs, merge, by, and aggregate, as discussed in section 4.2 of _Modern Applied Statistics with S-PLUS, 2ed_ would be nice. -- Russell Senior seniorr at teleport.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

variance component analysis for nested model
Russell Senior · Oct 27, 2003 · r-help

>>>>> "Pascal" == Pascal A Niklaus <Pascal.Niklaus at unibas.ch> writes: Pascal> lme should do the job (r1,r2,r3 are your random factors): Pascal> library(nlme) y.lme <- lme(y ~ 1,random = ~ 1 | r1/r2/r3) Pascal> summary(y.lme...

compute geometric mean
Russell Senior · Nov 15, 1998 · r-help

>>>>> "Jorge" == Jorge M. A. Magalhae <mop41059 at mail.telepac.pt> writes: Jorge> Hi: I need to compute the geometric mean of a population. How i Jorge> can do it?? One way is: exp(mean(log(x))) -- Russell Senior seniorr at...

how to change the history size in R
Russell Senior · Jan 13, 1999 · r-help

I would like to make readline's command history in R-0.63.1 substantially larger than it is by default (seems like around only 50 commands). How do I change the size? Thanks! -- Russell Senior seniorr at teleport.com...

random uniform sample of points on an ellipsoid (e.g. WGS84)
Russell Senior · Feb 21, 2007 · r-help

I am interested in making a random sample from a uniform distribution of points over the surface of the earth, using the WGS84 ellipsoid as a model for the earth. I know how to do this for a sphere, but...

database-like natural join operations in R?
Russell Senior · Nov 19, 1998 · r-help

I am a relative neophyte to R and am faced with a problem of constructing a reduced data set from a diversity of separate sources. What operations are available in R for combining and matching attributes from separate data.frames...

FAQ not in the FAQ??
Russell Senior · Apr 4, 2002 · r-help

I know how to pull a copy of the current R release sources using rsync. How do I do the same thing for the current add-on packages? Thanks. -- Russell Senior ``The two chiefs turned to each other. seniorr at...

qqnorm() with weighted data?
Russell Senior · May 10, 2002 · r-help

I've got a set of data that are weighted by a largish integer (ranging from about 50K to 1.5 million). I'd like to plot CDF's for this data taking into account the weighting. What do you...

Factor Analysis?
Russell Senior · Feb 6, 2000 · r-help

>>>>> "BR" == Prof Brian Ripley <ripley at stats.ox.ac.uk> writes: BR> [...] (By the way, there is an `alternative' to SPSS out there, BR> called PSPP at last count (it did have another name, I think).) BR> [...] I believe it...

`R INSTALL' problems in src/contrib packages
Russell Senior · Nov 19, 1998 · r-help

Compiled on Debian Linux 2.0: Three of the contrib packages (event, repeated and rmutil) contain a src/inthaz.c file with an include file ../../../include/Mathlib.h, where (at least in R 0.63) just a plain Mathlib.h...

estimating quantiles from binned data
Russell Senior · Sep 14, 2003 · r-help

Suppose I have a set of binned data, counts exceeding a series of arbitrary thresholds, a total N, a minimum and maximum, those sorts of things. Is there a "standard" method for estimating arbitrary quantiles from this? My initial thought...

variance component analysis for nested model
Russell Senior · Oct 26, 2003 · r-help

Given a set of data: > names(data) [1] "city" "house" "visit" "value" I am looking for a way to compute the variance components of the nested model (ie, visit 1 at house 2 at city 3 isn't related to...

building formula objects
Russell Senior · Jul 9, 2002 · r-help

I want to write a function to take an argument as the response variable of a linear model, e.g. to do anova's across a list of variables, something like the following (except, of course, this doesn't work...

coercing "numeric" components of data frame to "factor" or "ordered"?
Russell Senior · May 2, 2002 · r-help

I am getting ready to load a bunch of data into R. The data is all numeric, but some of the numbers are integer codes representing non-numeric semantics. What is the best way to "fix" the data frames so...

good procedure for creating plots for PowerPoint
Russell Senior · May 7, 2002 · r-help

I am generating some graphs (on GNU/Linux using R 1.5.x) for a PowerPoint presentation my boss is giving next week. He just tried cut/pasted a plot off of a PDF file I had created, but he...

Spearman rank-order correlation matrix
Russell Senior · May 6, 2002 · r-help

I"ve got a data frame with a selection of columns I want to compute a rank-order correlation matrix from without disturbing the original data frame. foo[,c("a","b","d","f","g")] What I wanted to do, intuitively...

formula parsing, using parts ...
Russell Senior · Oct 27, 2003 · r-help

I am writing a little abstraction for a series of tests. For example, I am running an anova and kruskal.test on a one-factor model. That isn't a particular problem, I have an interface like: my.function <- function...

ESS & R data import problems
Russell Senior · Nov 19, 1998 · r-help

>>>>> "Robert" == Robert Denham <r.denham at fsc.qut.edu.au> writes: Robert> I have a similar question, I know about --vsize, but I use R Robert> under Emacs using ESS. I know there is an easy way to call R...

cross-platform code: windows or gnu/linux?
Russell Senior · Jul 6, 2002 · r-help

I am writing some R code that generates some figures. I am primarily developing on GNU/Linux, but will ultimately run the code on Windows in order to get WMF files I can integrate in an existing document. The win...

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