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.
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...
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...
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...
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...
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...
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...
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...
> > 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .