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.
At Fri, 15 Mar 2013 09:22:15 -0400, Amir wrote: > I have two sets T1={c1,c2,..,cn} and T2={k1,k2,...,kn}. > How can I find the sets as follow: > > (c1,k1), (c1,k2) ...(c1,kn) (c2,k1...
At Mon, 31 Dec 2012 15:38:10 -0500, Stephen P. Molnar wrote: > The current version of R that is available in Wheezy is 2.15.1. However, > version 2.15.2 is available at CRAN sites. > ... > My question is...
At Mon, 31 Dec 2012 22:25:25 +0000, Muhuri, Pradip (SAMHSA/CBHSQ) wrote: > The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in the ob_mrj_cat column. The problem is likely...
On Sat, 30 Jul 2016 20:35:40 +0200, Jeff Newmiller wrote: > > >> [1] TRUE FALSE TRUE FALSE ## NOT c(T,F,T,F) > > > >I'm not sure what you mean by NOT here. You get the same answer as I...
At Tue, 1 Jan 2013 02:00:14 +0000, Muhuri, Pradip (SAMHSA/CBHSQ) wrote: > Although David's solution (putting the right parenthesis, which I had missed) has resolved the issue, I would like to try yours as well. > > Could you...
At Thu, 27 Dec 2012 15:38:08 -0500, Sam Steingold wrote: > so, > 1. is there a way for a function to modify a global variable? Use <<- instead of <-. > 2. how would you vectorize this loop? This is hard. Your...
At Sun, 30 Dec 2012 18:26:45 +0800 (CST), meng wrote: > > hi all: > Here's a dataframe(dat) and a vector(z): > > dat: > x1 x2 x3 > 0.2 1.2 2.5 > 0.5 2 5 > 0.8 3...
Hi, Ivo, At Fri, 28 Dec 2012 16:34:03 -0800, ivo welch wrote: > so, it isn't obvious to me how I get to the try-error object > list, or how to find out what triggered the abort. A...
On Sat, 30 Jul 2016 19:28:42 +0200, Bert Gunter wrote: > Bottom line: No, I dont see any vectorized way to do this. > > However, the following may offer some slight improvement over your approach. > > 1. Why do you need...
I have a matrix of lists. Something along the lists of (but much bigger than): x = array(dim=c(2, 2), data=list()) x[1,1] = list(1:5) x[2,1] = list(6:9) x[1,2] = list(10...
At Fri, 4 Jan 2013 17:17:40 +0530, Christofer Bogaso wrote: > > Hello again, > > Let say I have 2 matrices which equal number of columns but different > number of rows like: > > Mat1 <- matrix(1:20, 4, 5) > Mat2 <- matrix(1...
Hi, I'm using R version 3.1.1 on Debian via the CRAN repositories. Consider the following MWE that writes a data.frame out to a file and reads it back in (note that one of the strings contains...
Hi, I have a huge list. Normally it is sorted, but I want to be able to add elements to it without having to use any special interfaces and then sort it on demand. My idea is to use something...
At Mon, 31 Dec 2012 12:13:43 +0200, catalin roibu wrote: > > Dear R users, > I want to group numerical values in classes with different size and count > the values for each classes. > > My data is in this forma: > d...
Hi, This looks more or less what I'm looking for! Thanks! :) Neal On Sun, 05 Jun 2016 18:47:11 +0200, William Dunlap wrote: > > [1 <text/plain; UTF-8 (7bit)>] > [2 <text/html; UTF-8 (quoted-printable)>] > I don...
On Sun, 05 Jun 2016 19:34:38 +0200, Bert Gunter wrote: > This help thread suggested a question to me: > > Is there a function in some package that efficiently (I.e. O(log(n)) ) > inserts a single new element into...
At Sun, 30 Dec 2012 16:28:44 +0000, Andrius Druzinis wrote: > > Hi Neal, > > Notice that c(2, 3) gets replicated into c(2, 3, 2, 3, 2, 3) and then > multiplied by column. This is not the same as...
Can't find what you're looking for? Try searching with Google .