There seems also to be a difference between the way 'help()' and '?'
handle 'topic' in some cases.
Consider:
lm <- "aov"
The following all bring up help for 'lm':
?lm
?"lm"
help("lm")
This opens help for 'aov':
help(lm)
It seems that "?" doesn't care about quoting, but "help" does.
Did I miss s
Andrew,
Why are you calling plot.new()?
Peter Ehlers
[EMAIL PROTECTED] wrote:
> Full_Name: Andrew Hooker
> Version: 2.3.1
> OS: windows xp sp2
> Submission from: (NULL) (83.253.8.162)
>
>
> Hi,
>
> I think there is a bug in the windows graph history procedure, here is what
> happens:
>
> 1.
Would
basename(choose.files())
work for your usage?
Still, a full.names argument might be useful.
Peter Ehlers
Brooks, Anthony B wrote:
> Hi
> I am writing a script to generate a QC report for some data based on a number
> of files. I am currently using the choose.files function to select the
(Ted Harding) wrote:
> On 03-Feb-06 Peter Dalgaard wrote:
>
>>(Ted Harding) <[EMAIL PROTECTED]> writes:
>>
>>
>>>On 03-Feb-06 [EMAIL PROTECTED] wrote:
>>>
Full_Name: Uffe Høgsbro Thygesen
Version: 2.2.0
OS: linux
Submission from: (NULL) (130.226.135.250)
Hello all.
You don't actually need Ben's example. The problem occurs
also for the first example in ?nls if algorithm = "port" is
used.
Peter Ehlers
[EMAIL PROTECTED] wrote:
> Duncan Murdoch wrote:
>
>>I've found the problem, but someone who knows more about nls() will have
>>to fix it.
>>
>>The problem i
DevelopeRs:
I think it might be useful to add a link to oneway.test() on
the kruskal.test() help page.
("R version 2.3.0, 2005-12-09")
Peter Ehlers
U of Calgary
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Did you check the examples on the help page for integrate?
integrand <- function(x) rep(5, length(x))
should do it. Definitely not a bug.
Peter
[EMAIL PROTECTED] wrote:
> Full_Name: Joel Franklin
> Version: 2.2.0
> OS: WinXP-Prof
> Submission from: (NULL) (63.226.223.22)
>
>
> The "integrate
ows. I tried both packages. The
> directions under Matrix indicate that package 99.2 is current. It is the
> one that will not load.
>
> Respectfully,
>
> Frank Lawrence
>
>
> -Original Message-
> From: P Ehlers [mailto:[EMAIL PROTECTED]
> S
Assuming you're on Windows (you didn't say), it looks
like the PACKAGES file in /.../contrib/2.2/ has two
entries for Matrix. Perhaps that's the problem.
Peter
[EMAIL PROTECTED] wrote:
> It appears to me that the new version of the package Matrix will not load to
> R-2.2.0.
>
> Respectfully,
>
I think the problem may lie with fitdistr().
Specifically, replacing the code in fitdistr.R (VR_7.2-20)
(line 137 to end) with the code in VR_7.2-8 (line 92 to end)
seems to handle
fitdistr(otm, "gamma")
just fine. But I haven't done much testing.
Peter Ehlers
Peter Dalg
Gregor,
fitdistr(otm, "gamma", method="L-BFGS-B")
works for me (on WinXP). Or you could specify "lower = 0".
I no longer have 2.1.0 running, so I don't know why this
wasn't needed in 2.1.0.
"R version 2.2.0, 2005-10-24"
MASS version: 7.2-20
-peter
Gorjanc Gregor wrote:
> Dear R developers,
[EMAIL PROTECTED] wrote:
> Full_Name: foo ba baz
> Version: R2.2.0
> OS: Mac OS X (10.4)
> Submission from: (NULL) (219.66.32.183)
>
>
> chisq.test(matrix(c(9,10,9,11),2,2))
>
> Chi-square value must be 0, and, P value must be 0
> R does over correction
>
> when | a d - b c | < n / 2 ,chi-sq m
Thanks for the quick response.
-Peter
Prof Brian Ripley wrote:
> The addresses are wrong. We know there are some incorrect links due to
> mirroring errors, but
>
> http://cran.r-project.org/bin/windows/base/R-2.2.0pat-win32.exe
>
> etc are there.
>
> On Mon, 24
Not really a problem, but I can't figure this out:
(OS: Windows XP SP2)
I have both R-patched ("R version 2.2.0, 2005-10-21")
and R-devel ("R version 2.3.0, 2005-10-21") installed.
For both, I set options(chmhelp = TRUE).
R-patched has no problems, but in R-devel, attempts to access
help result in
Lately, I get a "page cannot be found" error (IE 6.0, Windows XP)
when I try to download the following:
http://cran.us.r-project.org/R-2.2.0pat-win32.exe
http://cran.us.r-project.org/R-2.3.0dev-win32.exe
(Same for all other mirrors (about 6) that I've tried.
Could someone please check if these fi
David,
Re: "of the order of ..." vs "on the order of ..."
My Oxford dictionary has "of (or 'in' or 'on') the order of",
so that there is no correction needed in proc.time.Rd. And, yes,
I do hear 'of', at least on the northern side of the 49th
parallel. But please don't let these comments discoura
16 matches
Mail list logo