Hi all,
I don't know if this is the correct venue for this question, but I am sure
that someone will correct me if I am in the wrong list.
I have been searching throughout R for a function that can find the
intersection of multiple sets of "things". Say for instance, I have a list
of $n$ characte
[EMAIL PROTECTED] wrote:
Hi. I don't know if this a bug or just annoying to me:
x <- c(1,2,3,NA)
table(x, exclude=NULL)
x
123
1111
table(factor(x), exclude=NULL)
1 2 3
1 1 1
I don't think many people use factor(x, exclude=NULL): it i
Hi Tony -- off-list, as I think you're looking for something else...
"Tony Chiang" <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I don't know if this is the correct venue for this question, but I am sure
> that someone will correct me if I am in the wrong list.
>
> I have been searching throughout R
Hi Martin,
I think I was extremely unclear about my question. If I have a list of $n$
character vectors, I would like to look at the intersection of $k$ of these
vectors (of which there are n choose k).
Martin, you methods (at least the first one) is one that I use, but I also
use the combn(n,k) a
rapache version 1.0.4 and earlier attempted to turn off stack-checking
*before* initializing R. After reading the source, it seems that it
should turn it off *after* initializing R. I've fixed this in the latest
release of 1.0.5.
Sorry for the confusion; it's hard to understand just from readi
Full_Name: Joseph Amuah
Version: 2.7.0 (2008-04-22)
OS: Windows
Submission from: (NULL) (205.207.78.4)
I used the plot function to create some graphs but wanted to add soem
restrictions. A set of warning were produced even though the plot worked fine.
Can these warnings be cleaned up? Here is an
I know that lots of first-time posters don't read the posting
guide, but for those that do ... I often find myself pointing
out to posters that they should include relevant details about
their subject area -- that R-helpers are not necessarily experts
on options trading, population genetics, o
Please, Gentlemen,
this whole thread has *nothing* to do with "R-devel",
and pretty much with "R-help".
So please revert to there (or do reply off-list if you really
want that)
Regards, Martin
> "TC" == Tony Chiang <[EMAIL PROTECTED]>
> on Wed, 28 May 2008 16:57:04 +0100 writes:
2008/5/27 Prof Brian Ripley <[EMAIL PROTECTED]>:
> That is the part that needs justification. I've never seen an example where
> that was the case (and you don't give one), and I use acf() a lot. The
> examples fit and their series names are not particularly short.
>
> Also, the user has the optio
The changes seem reasonable to me but here is a workaround
just in case (using builtin BOD and letters as examples):
i <- 0
setHook("plot.new", function() title(letters[i <<- i+1]))
acf(BOD, main = "")
setHook("plot.new", NULL, "replace")
On Wed, May 28, 2008 at 12:08 PM, Андрей Парамонов <[EMAIL
Hello,
Am I right in thinking the cross-compilations tools, kindly maintained
by Prof Ripley, are still waiting to be updated for 2.7.0?
Thanks,
Iago
--
Iago Mosqueira
Cefas
Systems Modelling
Pakefield Rd.
Lowestoft NR33 0HT
U.K.
+44 (0)1502 558003
__
Olivier,
On May 20, 2008, at 9:30 AM, olivier wrote:
> Full_Name: olivier
> Version: 2.7.0
> OS: mac os 10.5.2
> Submission from: (NULL) (62.39.72.218)
Hi,
I did not see you wrote how to terminate identify.
+ works very well so there is no more problem of crash.
There is always the same
snpMatrix (http://bioconductor.org/packages/2.2/bioc/html/snpMatrix.html)
is now part of Bioconductor. I use the mingw cross compiler to make the
window releases so I made the effort to build the cross-compiler as an
rpm for x86_64 fedora 8/9. It might be also useful to other R-developers,
or some
Shaibu Pompo wrote:
>
> Full_Name: Joseph Amuah
> Version: 2.7.0 (2008-04-22)
> OS: Windows
> Submission from: (NULL) (205.207.78.4)
>
>
> I used the plot function to create some graphs but wanted to add soem
> restrictions. A set of warning were produced even though the plot worked
> fine.
>
14 matches
Mail list logo