Displaying 20 results from an estimated 30000 matches similar to: "[R-d] E-mail to R-devel will have prefix, ok?"
1999 Nov 11
2
tapply not simplifying to vector? (PR#320)
Hi, all.
The help file for tapply says that if simplify is true, and the result of
the calculation is always a scalar, then tapply will return a vector.
Nonetheless:
> t1 <- tapply(runif(10), rep(1:5, 2), mean)
> is.vector(t1)
[1] FALSE
> is.array(t1)
[1] TRUE
>
I have found this in version 0.65.1 on an SGI running Irix 6.5, and on a
Mac running Linux-PPC. I've also
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug.
dnbinom(x,n,p) calls dbinom_raw(n-1,...)
which returns 0 for n<1.
-thomas
---------- Forwarded message ----------
Date: Thu, 08 Feb 2001 17:10:23 +0000
From: Yudi Pawitan <yudi@stat.ucc.ie>
To: Mark Myatt <mark@myatt.demon.co.uk>
Cc: R-Help <r-help@stat.math.ethz.ch>
Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2001 Jun 08
2
Will R run in Batch mode?
A quick newbie question: Can R be run in batch mode from the command
line?I'd like to use input files and get output files. If so, where can I
find the documentation? help(batch) doesn't help.
Thanks!
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2000 Apr 18
1
path = "." default for list.files()?
Would it make sense to default the path argument for list.files() to "."?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2003 Apr 03
1
Re: Outbound e-mail slow from R servers?
>>>>> "Marc" == Marc Schwartz <mschwartz@medanalytics.com>
>>>>> on Thu, 03 Apr 2003 09:24:20 -0600 writes:
Marc> Martin,
Marc> Not sure if you are aware of this, but since yesterday
Marc> there seems to be multi-hour delays in outbound e-mail
Marc> from r-help and r-devel. Inbound mail seems to show
Marc> up
2003 Apr 03
1
Re: Outbound e-mail slow from R servers?
>>>>> "Marc" == Marc Schwartz <mschwartz@medanalytics.com>
>>>>> on Thu, 03 Apr 2003 09:24:20 -0600 writes:
Marc> Martin,
Marc> Not sure if you are aware of this, but since yesterday
Marc> there seems to be multi-hour delays in outbound e-mail
Marc> from r-help and r-devel. Inbound mail seems to show
Marc> up
2001 Mar 08
1
bug.report/mail
One of the functions I would like to clean out of my syskern package is a program to
send mail. This is a common feature other programs (e.g. bug.report) may use so I
would like it to be included in R/base. I will volunteer to do this as it looks like
a fairly straightforward dissection of bug.report but I have some questions:
Has anyone done this already?
Is "mail" a good name or
2001 Nov 09
2
ks.test
Dear R-List members,
I want to check if a set of measurements follows better a
gamma or a lognormal distribution (see data below).
Using shapiro.test I can test for normality (shapiro.test(log
(Lt)).
To test for gamma (and normal) distribution I would use
ks.test but I need to specify its shape and scale. How should
I calculate these values in R?
I tried
> Lt.fit <- glm(Lt ~ 1,
2000 Sep 21
1
"[.data.frame" forgets about "AsIs" (PR#665)
Short example:
> str(d <- data.frame(a = I(letters[1:5])))
`data.frame': 5 obs. of 1 variable:
$ a:Class 'AsIs' chr [1:5] "a" "b" "c" "d" ...
> str(d[TRUE,,drop = FALSE])
`data.frame': 5 obs. of 1 variable:
$ a: chr "a" "b" "c" "d" ...
The real problem about this is, that as soon
2003 Oct 08
6
Why does a[which(b == c[d])] not work?
Dear list,
I can not understand why the expression in
the subject does not work correct:
> dcrn[which(fn == inve[2])]
numeric(0)
> inve[2]
[1] 406.7
> dcrn[which(fn == 406.7)]
[1] 1.3994e-07 1.3988e-07 1.3953e-07 1.3966e-07 1.3953e-07 1.3968e-07
Is this a kick self problem or an bug?
Thaks very much
Thomas
1999 Sep 08
1
No subject
Hallo,
I'm looking for a "sunflower" plot. I noticed the
Splus function "p.sunflowers" (Andreas Ruckstuhl, Werner Stahel, Martin
Maechler, Tim Hesterberg) don't work... If its not available I would port
this function...
Thanks for 1 answer
P
***************************************************************************
P.Malewski Tel.: 0531 500965
Maschplatz 8
2001 Jul 10
1
color NA is allowed, but "NA" is not ... (yet)
In several places, we have the convention that col = NA means
`` don't draw '', e.g. for points() or rect().
For col = <vector> this only works when the vector is integer (numeric),
but not in other cases. I think this is a bug, even though not in the
strict sense, since we don't seem to claim it should work..
Example:
plot(1:10, col = c(1:4,NA,NA,4:1))
## fine
2000 Jan 12
1
Rweb
Hi folks,
Could you tell me (a) good newsgroup/s or mailing lists concerning
(1) Rweb in general
(2) Rweb and Java, please.
Cheers,
Michael Wisnewski
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2001 Jul 20
1
commercial purpose
Hi,
I want to know can R language and the system be used
for commercial purposes.
with regards
srinivas
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Nov 17
1
Ordinary differential equations in R?
Is there any R code available for solving ODE's? I am considering building
an interface to ODEPACK, but don't want to duplicate any existing effort.
--
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
thomas.wainwright at noaa.gov
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Nov 19
1
max.col
I am trying to run, in R -Windows95, the example in MASS2,
section 17.2. When I run predplot() on cush.lda I get
> predplot(cush.lda, "LDA")
Error: couldn't find function "max.col"
I get the plot OK, but within predict(), it balks on max.col
A more general question about using VR. Is there an easy way
to use library on VR in general or do I have to move each into
1999 Oct 01
1
2D wavelet modules exist for R?
Dear R users,
did anybody write a 2D wavelet module for R?
Thanks.
Armin
Swiss Federal Institute of Technology
http://statwww.epfl.ch/people/roehrl
Kya aap statooed hai? http://www.statoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1999 Oct 12
1
(no subject)
Dear All,
I try to be a new user of R. I try to install the R ver 0.65.0 in my
UNIX machine. The installation untill one point goes fine but when I run
the make comand the program can find the X11 enviroment. Could you help
me with this kind of problem? I would appreciate if you have any
suggestions about any other process or programms that I need to use.
Many thanks for your time.
1999 Oct 18
1
reading binary file
Is there facility in R to read binary file? In Splus scan() has
'width=' argument and AsciiToInt() command to translate the
binary data. Is there something similar in R?
Thanks,
-Yudi-
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1999 Oct 20
1
STOP MESSAGE
Help. I inadvertantly sent a private email to the list. Can someone stop
the message?
Michael Hart
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at