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.

43 results for “from:Jonathan Williams”

R hang-up using lm
Jonathan Williams · Apr 27, 2004 · r-help

Dear R-helpers, I have found a slightly annoying problem when trying to plot lines on graphs. I first created my data using tapply, thus:- y1=as.vector(fit1$coef$random$id) x1=tapply(o1,id,median,na.rm=T...

Survr error
Jonathan Williams · Jan 17, 2003 · r-help

I am trying to analyse recurrent failure times using survfitr from the survrec package. To do this, I need to "Create a survival recurrent object" using Survr. But, when I do this, I get an error "Error in Survr(r1d...

(no subject)
Jonathan Williams · Feb 23, 2012 · r-help

Dear Helpers, I wrote a simple function to standardise variables if they contain more than one value. If the elements of the variable are all identical, then I want the function to return zero. When I submit variables whose elements...

Fatal error: invalid home drive
Jonathan Williams · Oct 19, 2004 · r-help

Dear R-helpers, I have just installed R2.0.0 onto my machine which already had R1.9.1 present. I then tried to add to R2.0.0 a library called GLMM written by James McBroom for R1.6...

Extracting labels for residuals from lme
Jonathan Williams · Apr 27, 2004 · r-help

Dear R-helpers, I want to try to extract residuals from a multi-level linear mixed effects model, to correlate with another variable. I need to know which residuals relate to which experimental units in the lme. I can show...

(no subject)
Jonathan Williams · Feb 13, 2003 · r-help

Dear R helpers, I have a curious problem, which is that a program I have written in R crashes R, unpredictably. When I say that the program crashes R, I mean that it causes R to terminate, completely. But, the...

ex-Gaussian survival distribution
Jonathan Williams · Feb 28, 2006 · r-help

Dear R-Helpers, I am hoping to perform survival analyses using the "ex-Gaussian" distribution. I understand that the ex-Gaussian is a convolution of exponential and Gaussian distributions for survival data. I checked the "survreg.distributions" help and saw...

odd behaviour of %%?
Jonathan Williams · Nov 22, 2006 · r-help

Dear R Helpers, I am trying to extract the modulus from divisions by a sequence of fractions. I noticed that %% seems to behave inconsistently (to my untutored eye), thus: > 0.1%%0.1 [1] 0 > 0.2%%0.1 [1...

Splom custom superpanels
Jonathan Williams · Aug 1, 2007 · r-help

I thought one nice addition to a splom figure would be to have the scatterplots in the upper triangle and a color-coordinated correlation matrix on the bottom. So I tried my hand at customizing panel.pairs(), and was rebuffed...

Crossed random effects
Jonathan Williams · Apr 25, 2002 · r-help

I would be very grateful for help with devising the correct formula for an analysis with crossed random effects. The data consist of measurements of the width of a brain structure from 145 subjects, on both the right and left...

making operators act on rows of a data frame
Jonathan Williams · Mar 11, 2004 · r-help

Dear R helpers, I wish to use the "sum" operator for each row of a data frame. However, it appears that the operator acts on the entire data frame, over all columns. What is the best way to obtain row...

testing for error
Jonathan Williams · Oct 9, 2006 · r-help

Dear R Helpers, I want to test if a procedure within a loop has produced an error or not. If the procedure has produced an error, then I want to ignore its result. If it has not produced an error...

Drawing rectangles in multiple panels
Jonathan Williams · Jul 11, 2007 · r-help

Deepayan, Thanks for the clarification. The rectangles are completely external to the panel data, and correspond to 90% confidence intervals built from training data, to be overlaid on these graphs of the test data. - Jonathan At 10:04 AM 7...

extracting coefficients from lmer
Jonathan Williams · Jan 10, 2006 · r-help

Dear R-Helpers, I want to compare the results of outputs from glmmPQL and lmer analyses. I could do this if I could extract the coefficients and standard errors from the summaries of the lmer models. This is easy to...

problem accumulating array within a function over loops
Jonathan Williams · Oct 5, 2005 · r-help

Dear R helpers, I am having trouble with an array inside a loop. I wish to accumulate the results of a function in an array within the function, over several loops of a program outside the function. The problem is...

Designing and incorporating a digital filter
Jonathan Williams · Aug 11, 2003 · r-help

I have a time series of data from an electroencephalogram (EEG). I wish to filter the data to get rid of 50Hz mains 'hum'. I have 'designed' a combination bandpass and notch filter using a web- site. The site returns...

scaling of nonbinROC penalties - accurate classification with random data?
Jonathan Williams · Jan 24, 2013 · r-help

Dear R Helpers I am having difficulty understanding how to use the penalty matrix for the nomROC function in package 'nonbinROC'. The documentation says that the values of the penalty matrix code the penalty function L[i,j] in which...

AICs from lmer different with summary and anova
Jonathan Williams · Apr 15, 2009 · r-help

Dear R Helpers, I have noticed that when I use lmer to analyse data, the summary function gives different values for the AIC, BIC and log-likelihood compared with the anova function. Here is a sample program #make some data...

odd results from polr vs wilcoxon test
Jonathan Williams · Dec 30, 2003 · r-help

Dear R helpers, I would like to ask why polr occasionally generates results that look very odd. I have been trying to compare the power of proportional odds logistic regression with the Wilcoxon test. I generated random samples, applied both...

plotting a simple graph
Jonathan Williams · May 19, 2003 · r-help

I am having great difficulty plotting what should be a simple graph. I have measured 1 'y' and 5 'x' variables in each of two groups. Linear regression shows significant differences in the slopes of the regression for each 'x...

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