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.

325 results for “from:Murray Jorgensen”

Finding package files
Murray Jorgensen · Feb 3, 2011 · r-sig-mac

Thank you to David, John, Benilton and Jorge! .Library and system.file() are tools I will remember. (Rash statement at my age.) Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of...

Quit asking me if I want to save the workspace!
Murray Jorgensen · Sep 16, 2003 · r-help

Rafael A. Irizarry wrote: > you can type this: > > q("no") > > see the help file for q Still more work than two mouse clicks. -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of...

Fitting models in a loop
Murray Jorgensen · Aug 1, 2006 · r-help

Thanks to all for their help. I am busy today but tomorrow I will have time to digest all the feedback and follow up if necessary Cheers, Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html...

Extracting Variance Components fro lme
Murray Jorgensen · Nov 2, 2005 · r-help

It seems that what I need to get the within group component is as.numeric(VarCorr(fm1Rail.lme)[2,2]) thanks to Bert Gunter and Peter Alspach. Murray Jorgensen -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj...

Quit asking me if I want to save the workspace!
Murray Jorgensen · Sep 16, 2003 · r-help

How do you stop R from putting up a dialog box when you quit Rgui? (I use Windows and I never save workspaces that way) Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of...

reverse lexicographic order
Murray Jorgensen · Dec 14, 2003 · r-help

Hi all, I have some email addresses that I would like to sort in reverse lexicographic order so that addresses from the same domain will be grouped together. How might that be done? Murray -- Dr Murray Jorgensen http://www.stats...

Slow Drawing Fix - is there now a different problem?
Murray Jorgensen · Apr 30, 2008 · r-sig-mac

Bryan Hanson wrote: > Hey Folks, I?m rather tired tonight, for a moment this looked like a lot of my other emails! :-) Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of...

MASS data sets
Murray Jorgensen · Sep 30, 2001 · r-help

All the usual MASS data sets are nicely sitting in D:\Program Files\rw1022\library\MASS\data on my laptop and yet: > library(MASS) > data(wtloss) Warning message: Data set `wtloss' not found in: data(wtloss) what could be wrong...

Converting Fortran or C++ etc to R
Murray Jorgensen · Jan 4, 2011 · r-help

I'm going to try my hand at converting some Fortran programs to R. Does anyone know of any good articles giving hints at such tasks? I will post a selective summary of my gleanings. Cheers, Murray -- Dr Murray Jorgensen...

(fwd) Re: [R] the underscore ("_") in variable name
Murray Jorgensen · Oct 3, 2000 · r-help

At 11:46 PM 3-10-00 +0100, Clive Jenkins wrote: [...] > Who needs a numeric keypad that duplicates keys that are found >elsewhere? What we need is a decent symbol keypad. > >Clive Jenkins > Mmmmm, but lets not travel too far...

Estimating large variance-covariance matrices
Murray Jorgensen · Aug 4, 2011 · r-sig-mixed-models

I'm wondering if a mixed model approach would be useful for estimating large variance-covariance matrices from a modest number of observations. Does anyone have any references on this? Cheers, Murray Jorgensen -- Dr Murray Jorgensen http://www.stats.waikato...

LR tests for fixed effects in GLLMs
Murray Jorgensen · Mar 7, 2011 · r-sig-mixed-models

Hi, I'm wondering if anyone has written a function to calculate the likelihood ratio p-values for fixed effects corresponding to the Wald p-values in the fixed effects table in the model summary? Just being lazy! Murray -- Dr...

Interlacing two vectors
Murray Jorgensen · Aug 20, 2003 · r-help

I want to interlace two vectors. This I can do: > x <- 1:4 > z <- x+0.5 > as.vector(t(cbind(x,z))) [1] 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5...

Extracting R plots from MS Word
Murray Jorgensen · Jun 28, 2006 · r-help

Hi, I am revising a paper that I am a co-author of. The figures are plots generated from R but at the moment I do not have the R code that generates them. As this is time critical I...

Finding package script files
Murray Jorgensen · May 30, 2009 · r-sig-mac

On my PC I know where to find R scripts that are distributed with many packages such as nlme. I tried to find them on my Mac recently and realised that I don't know where to look. Can anyone...

Tick label orientation
Murray Jorgensen · Apr 1, 2009 · r-help

I had hoped that plot(c(0,24),c(0,-6),xlab="Time",ylab="Day", type="n", main="This Week",axes=FALSE) axis(2,at=0:(-6), labels = c("Sun","Mon","Tues","Wed","Thurs","Fri","Sat"),hadj=TRUE) axis(1...

mclust - clustering by spatial patterns
Murray Jorgensen · Dec 18, 2003 · r-help

Thomas W Blackwell wrote: > [...] > Why not simply use dist() and hclust() ? Starting with > presence/absence data, what could mclust() possibly do that > is different from hclust() ? Um, fit a statistical model. > > - tom blackwell - u michigan medical school - ann arbor - > > ______________________________________________ > R...

order() on vector with Inf's
Murray Jorgensen · Jan 23, 2003 · r-help

ripley at stats.ox.ac.uk wrote: On Thu, 23 Jan 2003, Murray Jorgensen wrote: [useful suggestions omitted] llbet[llbet==Inf] <- -Inf should correct the problem, but why not correct the calculation? Not a bad idea, but the numerical difficulties...

Best subsets regression
Murray Jorgensen · Aug 20, 2000 · r-help

Hi all, has anyone written a function to do "best subsets" regression similar to the Minitab command? Regards, Murray Jorgensen Murray Jorgensen, Department of Statistics, U of Waikato, Hamilton, NZ -----[+64-7-838-4773]---------------------------[maj at waikato.ac.nz]----- "Doubt...

[OT] good reference for mixed models and EM algorithm
Murray Jorgensen · Feb 11, 2008 · r-help

Erin, as well as P & B can I recommend McCullogh CE, Searle SR (2000), Generalized, Linear, and Mixed Models, Wiley I also found Data analysis using regression and multilevel/hierarchical models by Andrew Gelman and Jennifer Hill. Cambridge ; New York...

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