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”

Listing subsets
Murray Jorgensen · Jul 31, 2004 · r-help

How best may I form a list containing all choose(n,k) k-element subsets of a vector x of length n? (and for subsequences?) Murray Jorgensen

Ecological mixed model example
Murray Jorgensen · May 19, 2009 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090520/226c05ef/attachment.pl>

Likelihood drops on adding random effect
Murray Jorgensen · May 16, 2012 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20120517/c5581795/attachment.pl>

Likelihood drops on adding random effect
Murray Jorgensen · May 16, 2012 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20120517/14ac5835/attachment.pl>

Likelihood drops on adding random effect
Murray Jorgensen · May 16, 2012 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20120517/a53e2452/attachment.pl>

Likelihood drops on adding random effect
Murray Jorgensen · May 16, 2012 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20120517/fdc626ab/attachment.pl>

lme4, cloglog vs. binomial link (peter dalgaard)
Murray Jorgensen · Jun 6, 2012 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20120607/eede6ce7/attachment.pl>

R-sig-mixed-models Digest, Vol 73, Issue 25
Murray Jorgensen · Jan 19, 2013 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20130120/1d63fdf9/attachment.pl>

R tools for large files
Murray Jorgensen · Aug 24, 2003 · r-help

Could you be more specific? Do you mean the chapter on connections? Ko-Kang Kevin Wang wrote: > Hi, > > Have you looked at "R Data Import/Export"? > > On Mon, 25 Aug 2003, Murray Jorgensen wrote: > >

The pedagogy of the assignment operator
Murray Jorgensen · Oct 26, 2010 · r-sig-teaching

Woops! I meant "for not liking <-" ! On 27/10/2010 1:41 p.m., Murray Jorgensen wrote: [...] > I will come clean and admit that I have another reason for not liking R. [...] Murrar

Likelihood drops on adding random effect
Murray Jorgensen · May 16, 2012 · r-sig-mixed-models

PS I also tried start = list( fixef = c( -9.28405, 2.81300, -4.75935, 2.91080), ST = c(0, 8.29931, 2.56368e-06, 0.00000)) and start = list( fixef = list( -9.28405, 2.81300, -4.75935, 2.91080), ST...

ETA for 1.8.1 ?
Murray Jorgensen · Nov 5, 2003 · r-help

When is version 1.8.1 likely to be released? Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at waikato.ac.nz Fax 7...

Censored autoregression
Murray Jorgensen · Apr 2, 2001 · r-help

A friend wants to fit the model of Zeger & Brookmeyer for censored autoregressions. Is there any package available with this capability? Murray Jorgensen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...

Making R packages on a Mac
Murray Jorgensen · Jun 10, 2011 · r-sig-mac

Thanks, Simon, Steve & John! Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at waikato.ac.nz majorgensen at ihug.co.nz Fax 7 838...

Crosstabulation
Murray Jorgensen · Sep 23, 2000 · r-help

I can't seem to find a function in R similar to Splus crosstabs() for creating a multi-way table from factors and a count vector. Murray Jorgensen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

Extracting variance components in lme
Murray Jorgensen · Nov 2, 2005 · r-help

Woops! I should have written: as.numeric(VarCorr(fm1Rail.lme)[1,2]) for the "within" component. -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at...

increasing memory size
Murray Jorgensen · Apr 20, 2000 · r-help

Thanks to everyone for the help. I'm taking an Easter break now, but if you hear nothing more from me you may assume that everythng worked fine! Murray Jorgensen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...

Array multiplication
Murray Jorgensen · Dec 3, 2002 · r-help

I have just noticed that a couple of ='s should be <-'s in my question. Repeating everything with the corrections made does not resolve my questions. -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of...

Plotting Grouped Data
Murray Jorgensen · Jan 30, 2009 · r-sig-mixed-models

plot() works nicely with the data sets that come with nlme, so presumably there is a plot.something() that is well set up to plot data with grouping factors. Now how can I get my data sets into "something" form...

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

Just a note to say what I did. I think that the results were OK but I have yet to hear from the journal. 1. I saved the Word document under another name. 2. I deleted all the contents of...

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