[EMAIL PROTECTED] writes:
> When you grab the corner of the Tk-R (R's console) window,
> the window stretches, but the useable area does not.
> It remains firmly fixed at the (rather small) value of
> 24 lines.
>
> In fact, you end up with a grey border of wasted pixels
> around the active white
Full_Name: Greg Kochanski
Version: 2.2.0
OS: Debian Linux
Submission from: (NULL) (212.159.16.190)
When you grab the corner of the Tk-R (R's console) window,
the window stretches, but the useable area does not.
It remains firmly fixed at the (rather small) value of
24 lines.
In fact, you end up
I wonder if it would make more sense to get a relatively
low level package to run on it so that all packages that
used that low level package would benefit. The Matrix
package and the functions runmean and sum.exact in
package caTools are some things that come to mind.
Others may have other ideas
On Mon, 2006-01-23 at 15:24 -0500, Oliver LYTTELTON wrote:
>
> Hi,
>
> I am working with a friend on a master's project. Our laboratory does a
> lot of statistical analysis using the R stats package and we also have a
> lot of under-utilised nvidia cards sitting in the back of our networked
>
Hi,
I am working with a friend on a master's project. Our laboratory does a
lot of statistical analysis using the R stats package and we also have a
lot of under-utilised nvidia cards sitting in the back of our networked
linux machines. Our idea is to coerce the linux nvidia driver to run
so
PR #7690 points out that if the confidence intervals (+/-1.58
IQR/sqrt(n)) in a boxplot with notch=TRUE are larger than the
hinges -- which is most likely to happen for small n and asymmetric
distributions -- the resulting plot is ugly, e.g.:
set.seed(1001)
npts <- 5
X <- rnorm(2*npts,rep(3:4
On Mon, 23 Jan 2006, Sean Davis wrote:
> I get this error in R-devel, but not in R-2.2.0. Any insight is
> appreciated.
>
> Error in read.delim(txtcon, header = TRUE, sep = "\t", na.strings = "NULL")
> :
>recursive default argument reference
There is nothing we can reproduce here. What is t
On Mon, 23 Jan 2006, Hin-Tak Leung wrote:
>
> The 32-bit/64-bit issue affects purchasing or upgrading decisions
> - whether one wants to spend the money on buying cheaper
> 32-bit machines, versus more expensive 64-bit machines. That
> decision would be based on information available while *not* ha
> "MM" == Martin Maechler <[EMAIL PROTECTED]>
> on Mon, 23 Jan 2006 11:52:55 +0100 writes:
> "ken" == ken knoblauch <[EMAIL PROTECTED]>
> on Mon, 23 Jan 2006 09:43:28 +0100 writes:
ken> Actually, since NaN's are also detected in na.action
ken> operations, a simpler
Prof Brian Ripley wrote:
> [About Ncell sizes on 64-bit platforms.]
> In my build there is a chapter in the HTML manual
>
> Choosing between 32- and 64-bit builds
>
> in the top-level contents, and the information is in there.
Maybe the one on CRAN needs fixing...
http://cran.r-project.org
On Mon, 23 Jan 2006, Thomas Lumley wrote:
> On Mon, 23 Jan 2006, Hin-Tak Leung wrote:
>
>> Prof Brian Ripley wrote:
[About Ncell sizes on 64-bit platforms.]
>>> We know: we even document it in the appropriate places.
>>
>> I went and have a look - it is the last section of R-admin (and of
>> co
On Mon, 23 Jan 2006, Hin-Tak Leung wrote:
> Prof Brian Ripley wrote:
>> We know: we even document it in the appropriate places.
>
> I went and have a look - it is the last section of R-admin (and of
> course, for those who "read the source", R/include/Rinternals.h). It
> would be good to mention t
Prof Brian Ripley wrote:
> That's a different question. I said RAM, you quote virtual. I am
> suprised at your figure though, as I am used to seeing 40-50Mb virtual
> at startup on an Opteron.
I am somewhat surprised by it as well. But there is nothing unusual
about the build - it is just re
I get this error in R-devel, but not in R-2.2.0. Any insight is
appreciated.
Error in read.delim(txtcon, header = TRUE, sep = "\t", na.strings = "NULL")
:
recursive default argument reference
> sessionInfo()
Version 2.3.0 Under development (unstable) (2006-01-04 r36984)
powerpc-apple-darwi
On Mon, 23 Jan 2006, Hin-Tak Leung wrote:
Kjetil Brinchmann Halvorsen wrote:
Prof Brian Ripley wrote:
Quite a while back we set the goal of running R in 16Mb RAM, as people (I
think Kjetil) had teaching labs that small.
It's a while since I actually har R used on such small machines, I thin
Kjetil Brinchmann Halvorsen wrote:
> Prof Brian Ripley wrote:
>
>>Quite a while back we set the goal of running R in 16Mb RAM, as people (I
>>think Kjetil) had teaching labs that small.
>
> It's a while since I actually har R used on such small machines, I think
> 64 MB is quite acceptable now.
> "ken" == ken knoblauch <[EMAIL PROTECTED]>
> on Mon, 23 Jan 2006 09:43:28 +0100 writes:
ken> Actually, since NaN's are also detected in na.action
ken> operations, a simpler fix might just be to use the
ken> na.rm = TRUE option of min
ken> upper <- min(n^k/(c^(k - 1))
Actually, since NaN's are also detected in na.action operations, a
simpler fix
might just be to use the na.rm = TRUE option of min
upper <- min(n^k/(c^(k - 1)), 1, na.rm = TRUE)
> Recent news articles concerning an article from The Lancet with
> fabricated
> data indicate
> that in the sample
18 matches
Mail list logo