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”

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

Yes, it works. Althought I can understand the help page of sapply, I don't know why it works. What is "["? -Luke On 5/16/05, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: > On 5/16/05, Luke <jyzz88 at...

glmmTMB question - diagnostic plots of model fit and effect sizes
Luke D. Fannin · Jul 23, 2024 · r-sig-mixed-models

Dear Dr. Bolker, I hope this email finds you well. My name is Luke Fannin; I?m an EEB graduate student at Dartmouth College. I am wondering if I can ask for your advice on some analyses I?ve been...

precedence (was 'historical NA question')
Luke Tierney · May 7, 2014 · r-devel

On Wed, 7 May 2014, Therneau, Terry M., Ph.D. wrote: > Hadley asked about the Blue book; my shelf still has the earlier brown book > Becker and Chambers, 1984, S: An interactive environment for data analysis > and graphics. > > The manual...

missing PROTECT() in src/main/arithmetic.c
Luke Tierney · Jul 13, 2013 · r-devel

Thanks -- fixed in 63290 (trunk) and 63291 (patched). luke On Fri, 12 Jul 2013, Herv? Pag?s wrote: > at lines 651 & 653 (integer_binary function): > > if (code == DIVOP || code == POWOP) > ans = allocVector(REALSXP, n); > else > ans = allocVector(INTSXP, n); > > There...

R-alpha: machine-independent .Rdata
Luke Tierney · May 8, 1997 · r-devel

If a move toward machine-independent representation seems reasonable, it may be worth looking at some of the binary data exchange formats used by nasa and others, CDF http://nssdc.gsfc.nasa.gov/cdf/cdf_home.html netCDF http://www...

A recent commit breaks embedded application on Windows
luke-tier@ey m@ili@g off uiow@@edu · Jun 17, 2018 · r-devel

Thanks for the report. Fixed in R-devel and R-patched. Best, luke On Sun, 17 Jun 2018, Randy Lai wrote: > A line was added to call `R_SetParams ` in the function `R_SetWin32` 4 days ago. > https://github.com...

[R-meta] Estimating "overall effect" in meta-regression
Luke Martinez · Jan 8, 2022 · r-sig-meta-analysis

Dear R-meta Community, I'm meta-analyzing a group of pre-post studies. My first RQ is: what is the "overall effect" of policy X on a dependent variable. I know that I can fit an intercept-only model...

[Rcpp-devel] Problem exposing inherited member function of derived class to R through RCPP_MODULE
Luke.Domanski at csiro.au · Sep 30, 2013 · rcpp-devel

> > If for some reason you cannot make A::fun2() virtual (e.g. fun2 need to > be a template), you can just create a wrapper function in the derived > class and expose this to R with its name changed to the...

post a message - R help. Surivival analysis and goodness of fit
Luke Gaylor · Nov 5, 2015 · r-help

Hello there, I have registered for both through nabble and R-help-request with this email. I want to post the following question: I want to implement a Hosmer Lemeshow Goodness of Fit test to my survival analysis. In R...

R_ext/Altrep.h should be more C++-friendly
Luke Tierney · Oct 8, 2018 · r-devel

Thanks for the suggestion. Committed in R_devel. Best, luke On Mon, 8 Oct 2018, Michael Sannella wrote: > I am not able to #include "R_ext/Altrep.h" from a C++ file.? I think > it needs two changes: > > 1. add...

[External] Patch to replace "his" in Writing R Extensions
Luke Tierney · May 21, 2019 · r-devel

Thanks. Addressed in r76559 (trunk) and r76560 (R-3-6-branch). Best, luke On Tue, 21 May 2019, Ma?lle SALMON via R-devel wrote: > Dear R-devel team, > > Many thanks for the great resource that is "Writing R Extensions...

[R-meta] Clarification on ranef.rma.mv()
Luke Martinez · Sep 12, 2021 · r-sig-meta-analysis

Dear Wolfgang and List Members, In ordinary multilevel models (lmer), one can use ranef() of a model to get the correlations from the conditional modes of the random effects (https://stats.stackexchange.com/q/153253/124093) which may reveal how...

valgrind issue in core R 3.5
luke-tier@ey m@ili@g off uiow@@edu · May 11, 2018 · r-devel

I see this also on Ubuntu 16.04; simpler version is .Internal(strsplit("raw", "\n[ \t\n]*\n", FALSE, TRUE, FALSE)) Looks like it is coming form inside a call to pcre_exec, so out of our control. Best, luke...

interaction of options(error=) and try()
Luke Tierney · Jan 7, 2003 · r-help

On Tue, 7 Jan 2003, Vadim Ogranovich wrote: > Dear R-Users, > > I am somewhat confused by the interplay between options(error=) and try(). I > set my error handler to an expression that dumps the frames and quits. Yet, > I thought...

Tracebacks & try
Luke Tierney · Sep 2, 2009 · r-devel

You can use a calling handler along with sys.calls, something like f <- function() g() g <- function() stop("A") tryCatch(withCallingHandlers(f(), error = function(e) { e$calls <- sys.calls() signalCondition(e) }), error = function(e) e) Best, luke On Wed, 2...

[R-meta] Guidance regarding balance in fixed- and random-effects
Luke Martinez · Oct 13, 2021 · r-sig-meta-analysis

Dear Experts, Forgive my modeling question. But in answering RQs like: what is the overall effect of X, I often fit an intercept-only model with several nested levels, like: (1) rma.mv(yi, vi, random = ~ 1 | lab / study / outcome...

get ...
Luke Tierney · Jun 30, 2008 · r-devel

On Sat, 28 Jun 2008, Peter Dalgaard wrote: > Gabor Grothendieck wrote: >> Suppose we do this: >> >> >>> f <- function(...) environment() >>> e <- f(a = 1, b = 2) >>> ls(e, all = TRUE) >>> >> [1] "..." >> >>> e$... >>> >> <...> >> >>> class(e$...) >>> >> [1] "..." >> >> Is there any way of getting a...

query on proxy settings for R.
Luke Tierney · Nov 5, 2003 · r-help

On Wed, 5 Nov 2003, Dipti Kamdar wrote: > Hi, > I have R installed on SuSE. > I am trying to find out as to where is the proxy information > stored and how it is stored. > I was trying to run the...

Help needed: plotting with no device
Luke Tierney · Sep 29, 2003 · r-help

Look at ?Signal and see if that would help. You may need to rename the appropriate .RData beforehand to be safer. luke On Mon, 29 Sep 2003, Ross Boylan wrote: > On Mon, Sep 29, 2003 at 05:09:49PM -0400...

netcdf
Luke Tierney · Feb 3, 1998 · r-devel

Douglas Bates wrote: > > Has anyone experimented with the Network Common Data Format (netcdf) > described at > http://www.unidata.ucar.edu/packages/netcdf > for archiving data? > > Is this format widely used outside of atmospheric research? I think Sigbrt Klinke has added...

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