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.

272 results for “from:Jay”

Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
Jay Zola · Jun 23, 2017 · r-help

Dear sir/madame, I am currently writing a meta-analysis on the complication and reoperation rates of 5 different treatment modalities after a distal radius fracture. I was able to pool the rates of the 5 different rates using R...

Org-mode example for writing quizzes/exams
G. Jay Kerns · Mar 18, 2011 · r-sig-teaching

The sample files are here: http://github.com/gjkerns/samplequiz It took me a shamefully long time to get this just right, and it's still not perfect (an extra space here and there, the indentation...). But the whole thing...

setdiff for data.frames?
G. Jay Kerns · Mar 12, 2009 · r-help

Dear Jason, On Thu, Mar 12, 2009 at 6:11 PM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: > Try this: > > library(sqldf) > BODsub <- BOD[1:3,] > sqldf("select * from BOD except select * from BODsub") > > For more see: http://sqldf.googlecode...

big data and lmer
Jay Emerson · Oct 22, 2010 · r-help

Though bigmemory, ff, and other big data solutions (databases, etc...) can help easily manage massive data, their data objects are not natively compatible with all the advanced functionality of R. Exceptions include lm and glm (both ff and bigmemory support...

promptMethods() in R-2.10.0
Jay Emerson · Oct 31, 2009 · r-devel

I'm trying to improve my package documentation and tried out promptMethods() in R-2.10.0 (Linux 64-bit Ubuntu). It generates an Rd file with an extra \ before signature, such as: \item{\code{\signature(x = "matrix")}}{ ... } generating warnings...

generating unordered combinations
G. Jay Kerns · Sep 17, 2009 · r-help

Dear Dan, On Thu, Sep 17, 2009 at 5:31 PM, Erik Iverson <eiverson at nmdp.org> wrote: > Dan, > > Still maybe a bit ugly, but no looping... > >> unique(as.data.frame(t(apply(expand.grid(0:2, 0:2, 0...

analogy was: surprising behaviour of names<-
G. Jay Kerns · Mar 12, 2009 · r-devel

Dear Josh, > Your analogy may overstate the case a bit, Agreed. :-) > since R volunteers - while > providing a valuable service to the community - are not dealing with > matters of life and death. I see your point, and it is well taken...

choose.dir() gone?
G. Jay Kerns · Sep 8, 2010 · r-help

Dear Joh, On Wed, Sep 8, 2010 at 3:18 AM, Johannes Graumann <johannes_graumann at web.de> wrote: > OK. Just checked and "choose.file"/"choose.dir" exists in the windows > version - apparently not in the linux one ... does anybody...

bigmemory 4.2.3
Jay Emerson · May 10, 2010 · r-packages

The long-promised revision to bigmemory has arrived, with package 4.2.3 now on CRAN. The mutexes (locks) have been extracted and will be available through package synchronicity (on R-Forge, soon to appear on CRAN). Initial versions of...

new version IPSUR_0.1-1 now available on CRAN
Jay Kerns · Oct 7, 2006 · r-help

Dear All, The latest version of IPSUR (last one for awhile) is now available on CRAN. What's New in 0.1-1: 1. Important bug fixes 2. Test of equality for several proportions... 3. Enter table for single proportion...

[Bioc-devel] Data Package Size Issues (.idat and .rda)
Nicolas De Jay · Nov 7, 2013 · bioc-devel

Hi, I am preparing a data package and using the minfiData package as a reference. The .idat files in extdata and the .rda file in data are both present in both the compressed tarball source and the installed copy directory...

How to get the borders of scattered spacial points
Jay Verstreater · Nov 19, 2015 · r-sig-geo

Please unsubscribe me On Thu, Nov 19, 2015 at 12:52 PM, Domenico Giusti <dncgst at gnewarchaeology.it > wrote: > Hi, > > convexhull is probably what you need. > > Best, > > On 11/18/2015 11:56 PM, Zhong-Yuan Zhang wrote: > > Dear All...

GLM: Classification problem. Help!
Jay · Nov 18, 2009 · r-help

Hello, I need help with this. Let's say that I have n features that I want to use to predict which class an observation belongs to. Using training data I try to do the following: > training$result <- as.factor...

Major bigmemory revision released.
Jay Emerson · Apr 16, 2009 · r-help

The re-engineered bigmemory package is now available (Version 3.5 and above) on CRAN. We strongly recommend you cease using the older versions at this point. bigmemory now offers completely platform-independent support for the big.matrix class in...

Partial SVD
Jay Emerson · Jun 5, 2011 · r-sig-hpc

Yes, Bryan put irlba up on CRAN. It works on either matrix or big.matrix objects, too. However (as Bryan would note) it is a pure R implementation and its performance could be greatly improved by moving much of the...

Question about Rweb
Jay Emerson · Oct 6, 2011 · r-devel

Ted, Simon may be biased, but I am not. I'm barely a few days into Rserve/FastRWeb and am blown away (and frustrated that I didn't have a good excuse to give it a try sooner). I'm...

R-beta: legend
Jay King · Feb 20, 1998 · r-help

Does the "legend" command work in the windows version of R? Here is the command that I'm using: legend(1,1,legend=c("G1","G2","G3","G4","G5","G6"),pch=array(1:6,dim=c (1,6))) When I...

[Rcpp-devel] A beginners guide to Rcpp
Jay Emerson · Nov 29, 2012 · rcpp-devel

Gabor makes my (minor) point with greater eloquence. I certainly am not arguing against the value of Rcpp, and I agree completely with Hadley on the inconsistencies if we're talking about .Call and SEXP, etc... > Nice document but it...

inconsistent results from moran.test()
Jay Wang · Mar 8, 2019 · r-sig-geo

Hello, Having my own spatial weight matrix, I converted it to a listw format and calculated the Moran index. The codes are listed below: Wod_lw<-mat2listw(Wod) moran.test(mydata$Ties_processed,Wod_lw, randomisation=TRUE) However, after I...

bigmemory 4.2.3
Jay Emerson · May 10, 2010 · r-help

The long-promised revision to bigmemory has arrived, with package 4.2.3 now on CRAN. The mutexes (locks) have been extracted and will be available through package synchronicity (on R-Forge, soon to appear on CRAN). Initial versions of...

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