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.

633 results for “from:Jarrod Hadfield”

linking C/C++ external libraries.
Jarrod Hadfield · Dec 3, 2007 · r-help

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

multivariate mixed models, again.
Jarrod Hadfield · Oct 13, 2007 · 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/20071013/6768e054/attachment.pl>

outer function and boolean operators
Jarrod Hadfield · Sep 27, 2005 · r-help

Hi, Could anyone tell me the name (if there is one) of the class of matrices (z) formed by: a) z<-outer(x,y, "==") and b) z<-outer(x,y, "!=") Thanks in advance, Jarrod.

MPI and R CMD SHLIB
Jarrod Hadfield · May 18, 2006 · r-help

Hi, I would like to compile a shared C++ library but using MPI. Is there away to compile shared libraries using the functionality of mpiexec supplied with MPICH-2. Thanks for any help, Jarrod

switching compilers with R CMD SHLIB
Jarrod Hadfield · May 21, 2006 · r-help

Hi, I am having trouble compiling some parallelised c++ code using R CMD SHLIB because I cannot seem to specify which compiler is used. The default uses g++ and I would like to use mpicxx distributed with MPICH-2. Is...

model.matrix and missing values
Jarrod Hadfield · Dec 28, 2008 · r-help

Hi, Does anyone know an easy way of retaining rows in a model.matrix where missing values are present in the predictors. Ideally I'd be able to retain these rows as zeros. Thanks, Jarrod -- The University of Edinburgh is...

Covariance matrix specification in MCMCglmm
Jarrod Hadfield · Mar 13, 2016 · r-sig-mixed-models

Hi, random = ~ us(trait:at.level(treatment,1)):individuals+us(trait:at.level(treatment,2)):individuals does what you want. Cheers, Jarrod On 13/03/2016 11:22, Alexandre Courtiol wrote: > random = ~ us(trait:treatment):individuals, -- The University of Edinburgh...

nested random effects in glmm.admb
Jarrod Hadfield · Feb 8, 2006 · r-help

Hello all, In a previous posting regarding glmm.admb it is stated that glmm.admb can handle 2 nested random effects. I can only fit a single random term at the moment, and wondered if anyone could provide me with...

change attributes of all data.frame elements
Jarrod Hadfield · Feb 20, 2009 · r-help

Hi, I was wondering whether there was an easy way to change the attributes of all elements in a data.frame (rather than looping through elements)? Specifically, I would like to set the "dim" attributes to NULL Thanks for any...

zero-inflated poisson in MCMCglmm: error in if (any(rterms == "animal"))
Jarrod Hadfield · Mar 10, 2011 · r-sig-mixed-models

Hi Adrian, rcov~idh(trait):units should read rcov=~idh(trait):units Note that your priors may be quite informative with nu=2. Cheers, Jarrod On 9 Mar 2011, at 17:18, Adrian Jaeggi wrote: > rcov~idh(trait):units -- The...

uppercase greek and plotmath
Jarrod Hadfield · Jun 30, 2008 · r-help

Hi, I cant seem to get some uppercase greek symbols (e.g. Delta) using plotmath. I'm on version R 2.7.0 (2008-04-22) Fedora Core 7 (34 bit). I have installed a whole heap of fonts, but...

matrix bending
Jarrod Hadfield · Dec 1, 2003 · r-help

Dear All, I was wondering whether any one knows of a matrix bending function in R that can turn non-positive definite matrices into the nearest positive definite matrix. I was hoping there would be something akin to John Henshall...

Directory name of a sourced file.
Jarrod Hadfield · Nov 8, 2002 · r-help

-- HI, Does anyone know how to get the directory name for a file that is sourced through source file (Mac) or source R code (PC) on the R toolbar. Yours, Jarrod Hadfield -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci...

mclust - clustering by spatial patterns
Jarrod Hadfield · Dec 18, 2003 · r-help

Dear All, I have spatial data (presence/absence for 4000 squares) on 250 bird species and would like to use a model-based clustering technique to test for species associations. Is there any way of passing a distance/correlation matrix...

[R-pkg-devel] Sweave vignette and bibtex
Jarrod Hadfield · Jan 6, 2021 · r-package-devel

Hi, I have a Sweave vignette in a package I have written. When building, the citations are not put into the pdf - perhaps because two passes of the tex file are required but only one is executed. Is there a...

Laplace approximation
Jarrod Hadfield · Jun 11, 2014 · r-sig-mixed-models

Hi All, I am confused about the differences between PQL and Laplace approximations to GLMM (after all, Breslow and Calyton's `PQL paper' seems to describe a Laplace approximation). If anyone could point me to a review paper that summarises...

CR Henderson
Jarrod Hadfield · Feb 17, 2011 · r-sig-mixed-models

Hi, Larry Schaeffer has made available CR Henderson's (the man that invented the mixed-model) 1984 book on-line at http://cgil.uoguelph.ca/pub/Henderson.html for those interested. The emphasis of the book is on the animal...

Question about the predict function in MCMCglmm
Jarrod Hadfield · Nov 2, 2016 · r-sig-mixed-models

Hi, Also tcrossprod(beta_hat, X) + U should be (tcrossprod(beta_hat, X) + U)/sqrt(1 + k^2 * rowSums(mMCMC$VCV[,"units"])) for pred2_hand Cheers, Jarrod On 02/11/2016 16:07, Jarrod Hadfield wrote: > tcrossprod(beta_hat, X...

converting character string to an expression
Jarrod Hadfield · Aug 8, 2007 · r-help

Hi Everyone, I would simply like to coerce a character string into an expression: something like: as.expression(paste(letters[1:3], collapse="+")) but I can't seem to get rid of the quotes. The only way I can get...

detecting non-singular square sub-matrices in rectangular matrice s.
Jarrod Hadfield · Jan 28, 2004 · r-help

Dear All, I was wondering whether anyone knew of an efficient way of testing whether a non-singular square sub matrix of dimensions p X p exists within a rectangular matrix of dimensions p x m. Typically, p will be...

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