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.
I am sorry for an incomplete proposal. The stricter check if (check.margin && any(dims[MARGIN]!=dimstat)) { was meant to be if (check.margin && (length(dimstat)!=length(MARGIN) || any(dims[MARGIN]!=dimstat))) { Petr.
Bug report "Spearman's rank correlation test (PR#13574)" was moved to trashcan with empty Notes field. I would like to learn, what was wrong with this bug report. Can i ask the developers to add a note to it...
On Thu, Mar 29, 2012 at 12:56:30PM +0530, Christofer Bogaso wrote: > Dear all, I have discovered an object named 'freeny.x' which seems > in-built. Can somebody tell me why it is there and what purpose it is...
On Thu, Dec 30, 2010 at 11:01:47PM -0800, Sintayehu Aynalem wrote: > I nanna subscribe to r-help. > > Can you please guide me... Start at http://www.r-project.org/ Click on "Mailing lists". Find section "R-help". Click...
On Mon, Dec 20, 2010 at 01:04:18PM -0600, cory n wrote: > > length(sample(25000, 25000*(1-.55))) > [1] 11249 > > > 25000*(1-.55) > [1] 11250 Besides FAQ 7.31, look also at http://rwiki.sciviews.org/doku.php?id...
On Wed, Feb 16, 2011 at 04:14:38PM -0500, Brian Tsai wrote: > Hi, > > I was wondering if anyone has implemented a numerically stable function to > compute log(sum(exp(x))) ? Try the following log(sum(exp(x - max(x...
On Wed, Dec 01, 2010 at 07:12:37PM -0500, David Winsemius wrote: ... > One of the workarounds... the one I remember anyway... has been to > insert: > > if(FALSE) { > stuff your don't want executed > } > Switching a block of code off...
On Sat, Nov 13, 2010 at 05:09:56AM -0800, Henrik Bengtsson wrote: > See devSet() in R.utils, e.g. > > > library("R.utils"); > > graphics.off(); > > devSet(6); > > devSet("myFigure"); # Also possible > > print(devList()); > myFigure Device 6 > 2 6 The function...
On Thu, Dec 23, 2010 at 09:12:41AM -0500, Data Analytics Corp. wrote: > Hi, > > Does anyone know of a package for or any implementation of a Bayesian > Belief Network in R? Different types of graphical models in R including...
On Thu, Jul 12, 2012 at 05:22:45AM -0700, purushothaman wrote: > hi, > > sorry it's not 2 different list all item in same list like this > > a[1]="abc" > a[2]="def" > ... > output ="abc def ..." Hi. Try this a...
> I get an incorrect result for > > (41/10-1/10)%%1 > > [1] 1 Note that due to rounding errors, 41/10-1/10 is formatC(41/10-1/10, digits=20) # [1] "3.9999999999999995559" Besides FAQ 7.31, related information...
On Wed, Mar 07, 2012 at 09:42:15AM +0000, Muhammad Rahiz wrote: > Dear all, > > Does anyone know of a function in R which allows for correlation of > zero-truncated timeseries such as x and y as illustrated below? > > x...
On Sun, Jul 08, 2012 at 11:39:22AM -0700, arun wrote: > Hi Petr, > > I think sprintf and formatC are identical as it can round >22 decimal places as opposed to print and signif > print(pi,digits=35) Hi Arun...
Full_Name: Petr Savicky Version: 2.4.0 OS: Fedora Core release 2 Submission from: (NULL) (62.24.91.47) the error is > binom.test(0.56*10000,10000) Error in binom.test(0.56 * 10000, 10000) : 'x' must be...
On Sat, Dec 19, 2009 at 10:02:49PM +0100, Martin Maechler wrote: [...] > Have you tried 'make check-devel' (or 'check-all') also with the > progressive change? The patch-B.txt from my previous email passed "make check-all" with...
> #include <stdio.h> > #include <Rmath.h> > > int main(void){ > double x[3]; > for(int i=0;i<3;i++) x[i]=rnorm(0,1); > printf("%lf,%lf,%lf",x[0],x[1],x[2]); > return 0; > } > > output : -8.773321,-8...
On Thu, Jun 21, 2012 at 12:24:47AM +0200, Jessy wrote: > Hello, > > > May someone help me with how in R I can rank a vector from highest to > lowest. i.e rank 1 (smallest rank) is given to the...
On Sun, Mar 27, 2011 at 10:12:38PM +0300, Denis Kazakiewicz wrote: > Hello > > How to export data frame to file which can be used by gnuplot? Hello: Try the following write.table(dat, file="out.txt", row.names=FALSE...
On Tue, Jan 25, 2011 at 09:05:03AM +0100, Petr Savicky wrote: [...] > to foreach loop in Perl. If v is a vector, then > > for (n in v) > > first creates the vector v and then always performs length(v) iterations...
On Fri, Feb 11, 2011 at 06:17:16AM -0800, Alaios wrote: > Thanks that did the work. Once I have that list what is the easiest way to export the structure as well as the contents (numbers) into a file...
Can't find what you're looking for? Try searching with Google .