[ Moved from R-help]
Duncan Mackay wrote:
Hi all,
On the subject of histories, how about changing the default value of
"max.show" from 25 to Inf? I find that the line of code I'm looking for is
ALWAYS on the 26th line back from the end of the default history!! Also, re
changing the amount of his
"Kevin Wright" <[EMAIL PROTECTED]> writes:
> Thanks for the clarification about ENTER and for explaining that
> browser and debug use the same parser. I'll crawl back into my
> cubicle and keep using my hack. Maybe I'll look into re-writing
> ess-eval-region to not send blank lines and comment
Thanks for the clarification about ENTER and for explaining that
browser and debug use the same parser. I'll crawl back into my
cubicle and keep using my hack. Maybe I'll look into re-writing
ess-eval-region to not send blank lines and comment lines.
Kevin
On 24 Mar 2006 23:11:25 +0100, Peter
"Kevin Wright" <[EMAIL PROTECTED]> writes:
> I often use browser() when debugging a function. After entering
> browser, I would find it very useful to be able to cut-and-paste a
> chunk of R code to the browser (or use ess-eval-region in Emacs). An
> inconvenience, however, is that both blank li
I often use browser() when debugging a function. After entering
browser, I would find it very useful to be able to cut-and-paste a
chunk of R code to the browser (or use ess-eval-region in Emacs). An
inconvenience, however, is that both blank lines and comment lines
will exit the browser.
The ma
Thanks Peter!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Dalgaard
Sent: Friday, March 24, 2006 3:37 PM
To: Bernzweig, Bruce (Exchange)
Cc: r-devel@r-project.org
Subject: Re: [Rd] How to capture t-score and p-values from t.test
"Bernzweig, Bruce
"Bernzweig, Bruce (Exchange)" <[EMAIL PROTECTED]> writes:
> When I do t.test on two distributions (see example below), it outputs
> numerous data about the t.test.
>
> What I'd like to do is individually capture some of this data and assign
> it to other variables.
>
> However, I am unable to fi
When I do t.test on two distributions (see example below), it outputs
numerous data about the t.test.
What I'd like to do is individually capture some of this data and assign
it to other variables.
However, I am unable to find anything in the help section.
In the example below, the t value is
This is fixed now in R-devel and R-patched. Thanks again for the report.
Duncan Murdoch
On 3/24/2006 7:55 AM, [EMAIL PROTECTED] wrote:
> (Moved from r-devel to r-bugs)
>
> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
>> Hi all.
>> There's a bug in plot.acf, when plotting acf for multiva
On 3/24/2006 9:25 AM, Gabor Grothendieck wrote:
> On 3/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> (Moved from r-devel to r-bugs)
>>
>> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
>> > Hi all.
>> > There's a bug in plot.acf, when plotting acf for multivariate time series.
>> > H
Matthew,
On Mar 20, 2006, at 1:52 PM, Matthew Beason wrote:
> Thanks! That resolved the "make install" issue. However, after
> installation when running "demo(graphics)" or "png()" from within
> R, I get the following error:
> [...]
> unable to load shared library '/usr/local/R/lib/R/modu
I would like a way to modify the behavior of browser(), so that
entering a blank line does nothing rather than being equivalent to "c".
I'm running R using emacs ESS.
I often debug functions by inserting a browser, and stepping through
one line at a time, sending a line at a time from a buffer wit
On 3/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> (Moved from r-devel to r-bugs)
>
> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
> > Hi all.
> > There's a bug in plot.acf, when plotting acf for multivariate time series.
> > Here a reproducible example:
> >
> > X <- rnorm(1000)
> >
On 3/24/2006 9:10 AM, Antonio, Fabio Di Narzo wrote:
> 2006/3/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>>
>> > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]>
>> > on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes:
>>
>> Duncan> (Moved from r-devel to r-bugs)
>> Duncan> On 3/24/2
Hello list,
despite I already posted a mail on this topic on R help, I guess this place may
be more appropriate.
I'll make it shorter this time. Sorry for posting twice.
I found that using pixmap pictures in a Sweave document was sometimes almost
impossible, due to the huge size of the pdf pic
2006/3/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]>
> > on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes:
>
> Duncan> (Moved from r-devel to r-bugs)
> Duncan> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
> >> Hi all.
> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]>
> on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes:
Duncan> (Moved from r-devel to r-bugs)
Duncan> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
>> Hi all.
>> There's a bug in plot.acf, when plotting acf for multiva
Kim Carter wrote:
> Hi
>
> I am looking for assistance with setting up R under Sun grid engine 6
> (6.0-update7). I would like to set up transparent interactive access
> to R using either a qlogin or qrsh solution. While it basically works
> using either method, I reach the same sticking point. T
I've moved this from r-help to r-devel.
On 3/23/2006 8:17 PM, Paul Murrell wrote:
>>
>> Paul,
>> If I read your comments correctly, the problem with manipulating the
>> graph history is with saved histories across sessions/versions. Is
>> there any reason not to manipulate it *within* a session?
(Moved from r-devel to r-bugs)
On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote:
> Hi all.
> There's a bug in plot.acf, when plotting acf for multivariate time series.
> Here a reproducible example:
>
> X <- rnorm(1000)
> Y <- -X + rnorm(1000, sd=0.6)
> Z <- cbind(X,Y)
>
> In
> acf(Z)
> cross
Hin-Tak Leung <[EMAIL PROTECTED]> writes:
> Peter Dalgaard wrote:
>
> > I claim XP braindamage -- I'm not Linuxifying my new ThinkPad until
> > FC5 is out.
> >
>
> Rather irrelevant, I have been running FC5 since Tuesday
> afternoon.
>
> $ cat /etc/fedora-release
> Fedora Core release 5 (Bordea
Peter Dalgaard wrote:
> I claim XP braindamage -- I'm not Linuxifying my new ThinkPad until
> FC5 is out.
>
Rather irrelevant, I have been running FC5 since Tuesday
afternoon.
$ cat /etc/fedora-release
Fedora Core release 5 (Bordeaux)
FC5 came out on Monday. You should have linuxifying your thi
Hi all.
There's a bug in plot.acf, when plotting acf for multivariate time series.
Here a reproducible example:
X <- rnorm(1000)
Y <- -X + rnorm(1000, sd=0.6)
Z <- cbind(X,Y)
In
acf(Z)
cross-correlation plot y-axis is limited to 0-1. But:
acf(Z, ylim=c(-1,1))
shows that there was a negative corre
Hi
I am looking for assistance with setting up R under Sun grid engine 6
(6.0-update7). I would like to set up transparent interactive access
to R using either a qlogin or qrsh solution. While it basically works
using either method, I reach the same sticking point. There seems
to be an issue with
24 matches
Mail list logo