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.

16 results for “from:John Field”

importing excel-file
John Field · Apr 19, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070419/62fbb41e/attachment.pl

Scatter plot matrix over several pages
John Field · Jul 29, 2004 · r-help

Hello R-helpers, I'm plotting a scatter plot matrix, but have more variables to consider than will legibly fit on one page. I'd appreciate some help on how I can persuade pairs or splom to plot the full...

Returning contour co-ordinates
John Field · Jun 27, 2003 · r-help

Dear R-helpers, I'd like to be able to post-process contours coming from contour(). Does anyone have a version of contour() (or something similar) which will return the contour coordinates? In searching the archives I've come across...

Updating packages
John Field · Oct 31, 2007 · r-help

I've just updated from R-2.5.1 to R-2.6.0, under Windows XP. Is there a simple way to reload into R-2.6.0 all the packages I had loaded under R-2.5.1...

pmvnorm?
John Field · Mar 2, 2002 · r-help

Dear all, The MASS library provides a mvrnorm function to generate random numbers from a multivariate normal distribution, similar to S-Plus's rmvnorm, but is there an R-equivalent to pmvnorm, which generates probabilities from a multivariate normal? With...

Anderson-Darling test
John Field · Mar 18, 2002 · r-help

Dear list members, Does anyone have any code to carry out the Anderson-Darling test for goodness-of-fit of an empirical distribution function to a theoretical one? In particular, I'd like to calculate the p-values for the...

R does not subset
John Field · May 7, 2013 · r-help

This typically occurs because of sloppy manual data entry outside of R. To relieve further analysis pain, you can manually clean the data (usually only effective for one-time analyses) or use R to fix problems right after loading the...

Is there a R function for seasonal adjustment
John Field · Jan 7, 2008 · r-help

tom soyer <tom.soyer <at> gmail.com> writes: > > Hi, > > I just discovered decompose() and stl(), both are very nice! I am wondering > if R also has a function that calculates the seasonal index, or make the > seasonal adjustment directly using...

lines.formula with subset
John Field · Nov 13, 2008 · r-help

Dear list, When I try to use lines.formula with subset and another argument I get an error. e.g. x<-1:5 y<-c(1,3,NA,2,5) plot(y~x, type="n") # set up frame lines(y...

chron problem: extracting days and years
John Field · Feb 2, 2002 · r-help

Hello r-help, I'm trying to split a character vector of dates of the form "dd-mmm-yy" into component days, months and years. But > library(chron) > testdate<-as.POSIXlt(strptime("17-Sep-98","%d-%b-%y")) > testdate [1...

formatting POSIXlt object as strip labels in lattice plot
John Field · Nov 22, 2007 · r-help

Dear list, I'm plotting a lattice plot xyplot(Volume ~ Weight | as.character(DateTime)) where DateTime is a POSIXlt object. This produces strip labels in the format e.g. "2007-11-15 23:15:00" and panels are plotted in...

subsetting key on qqmath
John Field · Oct 8, 2009 · r-help

Dear R list, The code below puts qq-plots for two of three groups on the one plot. However the legend includes all three groups, ie the auto.key ignores the subset instruction. Is there an easy way to get...

Problem installing packages on Windows
John Field · Sep 20, 2005 · r-help

I've recently had a series of similar errors trying to install packages to R 2.1.1 running under Windows XP. > utils:::menuInstallLocal() package 'randomForest' successfully unpacked and MD5 sums checked updating HTML package descriptions Warning message: unable to...

Survival analysis with no events in one treatment group
John Field · Dec 30, 2007 · r-help

I'm trying to fit a Cox proportional hazards model to some hospital admission data. About 25% of the patients have had at least one admission, and of these, 40% have had two admissions within the 12 month period of...

rpart plot question
John Field · Aug 11, 2005 · r-help

Petr Pikal wrote: Dear all I am quite confused by rpart plotting. Here is example. set.seed(1) y <- (c(rnorm(10), rnorm(10)+2, rnorm(10)+5)) x <- c(rep(c(1,2,5), c(10,10,10)) fit...

Survival analysis with no events in one treatment group
John Field · Dec 30, 2007 · r-help

Hi Daniel, Sorry, it may have been clearer if I had used "subjects" instead of "patients". The treatments were administered to all subjects, and then in the succeeding 12 months, some were hospitalised and some were not. Hence only about...

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