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.

1,039 results for “from:Luke”

getMethod in a setMethod context
Luke Tierney · Mar 9, 2003 · r-help

On Sun, 9 Mar 2003, Michael Mader wrote: > Hi Laurent, > > what about something like > > setMethod("f", signature("B"), > definition=function(obj){ > f(as(obj, "A") > }, > where=where) > > > > Cheers > > Michael > May not be what you want if the method for "A...

how to use list index to get vector
Luke · May 16, 2005 · r-help

I have a simple question, but I couldn't find the answer in R manuals. Assume I have a list: > foo <- list() > foo[[1]] <- c(1, 2, 3) > foo[[2]] <- c(11,22,33) > foo[[3]] <- c(111,222,333...

[R-meta] metafor: Categorizing a continuous moderator in random part of rma.mv
Luke Martinez · Aug 13, 2021 · r-sig-meta-analysis

Dear Experts, In metafor's multivariate specification (which gives control over the `struct` argument), apparently there is a requirement for the variable appearing on the left-side of `|` to only be a categorical factor. First, why is this required conceptually...

R 3.4.0
Luke Tierney · Mar 17, 2017 · r-devel

Your dates are for 2016 :-) in your email and developer.r-project.com Best, luke On Fri, 17 Mar 2017, Peter Dalgaard wrote: > R 3.4.0 "You Stupid Darkness" is now scheduled for April 21 > > The detailed schedule can...

VIM Syntax Highlighting
Luke Whitaker · Mar 11, 2003 · r-help

On Mon, 10 Mar 2003, Fernando Henrique Ferraz Pereira da Rosa wrote: > Has anyone got vim to have syntax highlighting with R function codes? I > know there's something similar that works with emacs (ESS or something like > that), but...

how to present a table in powerpoint?
Luke Whitaker · Apr 30, 2003 · r-help

On Tue, 29 Apr 2003, Thomas W Blackwell wrote: > I'm surprised that no one has yet mentioned "Sweave". > I've never used it, but it seems to solve exactly the > general problem of R-to-postscript formatting that > Jonathan...

Time Series DGPs
Luke Keele · Sep 25, 2003 · r-help

I was wondering if anyone had some sample time series dgp code. I am particularly interested in examples of autoregressive processes and error correction model DGPs. I have attached a more specific example of what I mean. I have tried...

new release of proftools package.
Luke Tierney · Jan 5, 2016 · r-packages

Version 0.99-0 of the proftools package for analyzing and visualizing R profiling data has been uploaded to CRAN. This is a major update that adds new summary functions, new and improved visualizations, and tools for subsetting and filtering...

[R-meta] correlated outcomes
Luke Martinez · Oct 7, 2021 · r-sig-meta-analysis

Hello All, A quick question. I have some labs that have conducted multiple studies each targeting several outcomes, like: labID studyID outcomeID 1 1 1 1 1 2 1 2 1 1 2 2 2 1 2 2 1 3...

I don't understand this
Luke Tierney · Sep 2, 2003 · r-help

On Tue, 2 Sep 2003, Richard A. O'Keefe wrote: > > By the way, is anyone else worried about this code: > > static SEXP applydefine(SEXP call, SEXP op, SEXP args, SEXP rho) > { > ... > =======>char buf[32]; > ... > while (isLanguage(CADR(expr))) { > ===========>sprintf(buf...

simultaneous computing
Luke Tierney · Jun 11, 2007 · r-help

The package snow available from CRAN is one possibility. Best, luke On Mon, 11 Jun 2007, Markus Schmidberger wrote: > Hello, > > which possibilities are available in R for simultaneous or parallel > computing? > I only could find biopara > (http://cran.r-project...

[R-meta] clubSandwich for rma.uni() models
Luke Martinez · Nov 28, 2021 · r-sig-meta-analysis

Dear Meta Experts, (A) My understanding has been that the sandwich estimators are only relevant to rma.mv() models where the structure of `V=` and/or `random=` is suspected to be misspecified (hence SE of fixed effects may be inaccurate...

[R-meta] Difference between univariate and multivariate parameterization
Luke Martinez · Aug 18, 2021 · r-sig-meta-analysis

Dear Colleagues, Imagine I have two models. Model 1: random = ~1 | study / row_id Model 2: random = ~ row_id | study, struct = "CS" I understand that the diagonal elements of the variance-covariance matrix of a study with two effect size...

add transformed columns into a matrix
Luke · Jun 27, 2005 · r-help

Dear R users, My input is a matrix. The matrx rows are sample; the matrix columns are features. I need an output matrix which include the original features and some kinds of transformed features. For example, there are only three...

svmlight running error
Luke · Jul 18, 2005 · r-help

Dear R Users, When I used svmlight, I got below error: my command is: foo <- svmlight(y~., data= myData) the results: Error in file(con, "r") : unable to open connection In addition: Warning messages: 1: svm_learn not found 2...

points on a sphere
Luke Hutchison · Oct 25, 2002 · r-help

On Fri, 2002-10-25 at 17:46, Richard Rowe wrote: > Not an R question directly, but has anyone got a method for placing a > moderately large number of (near) equi-spaced points on a sphere? I have a > nasty...

new release of proftools package.
Luke Tierney · Jan 5, 2016 · r-help

Version 0.99-0 of the proftools package for analyzing and visualizing R profiling data has been uploaded to CRAN. This is a major update that adds new summary functions, new and improved visualizations, and tools for subsetting and filtering...

[R-meta] Any metafor resource for meta-analysis with individual data
Luke Martinez · Mar 19, 2022 · r-sig-meta-analysis

Hello All, Imagine a single-group experiment (same group pre- and post-tested) has been replicated ten times with independent groups of participants by the same lab: R O X O ==> 10 times In each experiment, participants answer a multiple...

examples of use of snow package
Luke Tierney · Sep 26, 2007 · r-help

We have been asked to write a paper on the snow package for parallel computing in R for a parallel computing journal and would like to include some references to examples of the use of snow in practice beyond our...

repeat { readline() }
Luke Tierney · Jan 9, 2006 · r-help

Use tryCatch; try behaves the way it does with respect to interrupts for historical compatibility. luke On Sun, 8 Jan 2006, hadley wickham wrote: > On a related note, does anyone know how to exit: > > repeat { try( readline() ) } > > The try block...

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