Displaying 20 results from an estimated 20000 matches similar to: "lapply( *, names) -- bug ?!"
2002 Nov 24
1
unif_rand() and exp_rand()
Dear R-users:
Recently I found my simulation run into an apparently infinite loop.
After a few days of tracing and chasing, I believe it is caused by
the built-in unif_rand() and exp_rand() functions: unif_rand() can
produce a value of 0 which causes the following part of exp_rand()
running into an infinity loop
u = unif_rand();
for (;;) {
u += u;
if (u > 1.0)
break;
2003 Dec 16
2
Fw: [S] plot stacked bar chart in R
posting the question in r-help@ to get more feedback :-)
thanks,
Yun-Fang
----- Original Message -----
From: "Yun-Fang Juan" <yunfang at yahoo-inc.com>
To: <s-news at wubios.wustl.edu>
Sent: Tuesday, December 16, 2003 2:04 PM
Subject: [S] plot stacked bar chart in R
> Hi,
> I am trying to plot a stacked bar chart in R but am not able to find the
> documentation.
2002 Oct 22
1
Re: [S] Draw ellipses in S-PLUS or R?
Many thanks to Andy Liaw for quickly reminding me of "ellipse"
package in CRAN. It is apparently what I wanted. Not sure whether
it will work in S-PLUS or not. But I will give it a try.
Thank you.
Paul.
>
> Have you checked CRAN? There's an "ellipse" package on CRAN for quite a
> while.
>
> Andy
>
> > -----Original Message-----
> > From:
2002 Aug 27
2
Peter Dalgaard's book availability....
Dear List,
Does anyone know when will be available Peter
Dalgaard's book: "Introductory Statistics with R" ?.
According to Amazon: "This item will be published on
August 15, 2002", but it continues unpublised.
Thanks,
Carlos Ortega.
_______________________________________________________________
Yahoo! Messenger
Nueva versi?n: Webcam, voz, y mucho m?s ?Gratis!
2003 Oct 31
2
Summing elements in a list
Hi,
Suppose that I have a list where each component is a list of two
matrices. I also have a vector of weights. How can I collapse my
list of lists into a single list of two matrices where each matrix
in the result is the weighted sum of the corresponding matrices.
I could use a loop but this is a nested calculation so I was hoping
there is a more efficient way to do this. To help clarify,
2002 Oct 22
2
Draw ellipses in S-PLUS or R?
Dear S-PLUS/R users:
Do you know any default function or a user contributed function that
can draw an ellipse with given axes and origin? Thanks for any help.
Paul.
--
Romance, like alcohol, should be enjoyed, but should not be allowed to
become necessary.
-- Edgar Friedenberg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2002 Apr 02
4
Two R sessions?
Hi R users,
I am still a relatively new R user migrated from S+. I wonder in R
how do you handle one difference between R and S+. S+ saves objects
as different files in .Data directory while R saves all objects in
a big file .RData. In S+, I can start two S+ sessions from the same
directory and work simultaneously as long as new objects in the two
sessions are not in the same names. This is
1998 Mar 25
1
R-beta: S Mailing List
I know that the S Mailing list recently moved but am not sure where. I
recently
moved and would like to resubscribe to the S Mailing list. Could someone
send me the latest info on subscribing?
Thanks!
Jeff
jmorris at cldx.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1998 Mar 25
1
R-beta: S Mailing List
I know that the S Mailing list recently moved but am not sure where. I
recently
moved and would like to resubscribe to the S Mailing list. Could someone
send me the latest info on subscribing?
Thanks!
Jeff
jmorris at cldx.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1998 Jun 30
0
R-beta: Re: [S] pbinom
Btw,
all the pbinom() examples posted to S-news today
return the proper result in R
Martin
>>>>> "JS" == James Stapleton <stapleton at stt.msu.edu> writes
to S-news :
JS> More interesting behavior of pbinom:
>> pbinom(3,2,.8)
JS> [1] 1
>> pbinom(30,2,.8)
JS> [1] 0.9967653
>> pbinom(40,2,.8)
JS> [1]
2000 Nov 21
2
large object disorientation
This is an inquiry for all those who have been working on external
data base applications. I sent an inquiry (below) to snews about
this sort of thing a couple of years ago and eventually decided that
I would wait to see what external database developments occurred and
then revisit the problem. I hope that foundations are now better.
Suppose for the sake of concreteness you have a large
2002 Apr 01
0
RE: [S] R for UNIX on Intel platform
You may get more response by posting this question on the R news list:
r-help at stat.math.ethz.ch
As for using R on Solaris, its easy to compile, looks and acts almost
exactly like S-Plus 3.X. I use R on Sparc Solaris every day.
-Greg
> -----Original Message-----
> From: Stafford Phillip-APS095 [mailto:phillip.stafford at motorola.com]
> Sent: Monday, April 01, 2002 12:11 PM
> To:
2004 Sep 02
0
Re: [S] [R/S] question re solution
> Someone else mentioned Venables and Ripley (2000) S
> Programming (Springer). Please see this or some other discussion of
the
> "..." argument.
The "Introduction to R" (from Cran website) also talks about it. See pg
49 - section 10.4 (was just reading this the other day).
Cheers
Manoj
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
2003 Oct 02
0
RE: [S] lme vs. aov with Error term
Hi Bert,
Thanks for the suggestions. I tried lme with different
control parameters, and also tried using "ML", instaed
of "REML", but still got the same answers.
Yes, I hope some gurus on this list could give me some
hints.
Thanks
--- "Gunter, Bert" <bert_gunter at merck.com> wrote:
> But they are close. This is almost certainly a
> numeric issue --
2007 Feb 06
3
installing packages and windows vista
I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista
and a 64 bit operating system (hp dv9000 with intel core t7200). The
base R runs fine, but I can not get any of the packages to load. From
within R I choose install packages choose a site then a package. I
tried installing 2 packages and get similar errors (see below), I just
copied and pasted lines from R.
Can anyone
2015 Dec 29
2
moving LDAP from one domain to another
Hello,
I am moving LDAP from one domain to another
We have moved off of a.wustl.edu network to b.school.edu network.
I have searched
vi /etc/nslcd.conf
vi /etc/openldap/ldap.conf
and removed all referances to "a"
I restarted
/etc/init.d/nscd restart
this is redhat 6.7, and my ldap server is now ldap.b.wustl.edu:389
a.school.edu to b.school.edu
I keep getting messages
2009 May 13
1
Mixture of survivals or cure models
Dear All,
I am desperately trying to find any R package that fits a mixture survival models also know as a cure models. This are survival model where the survival function is improper which also means that a fraction of subjects are expected not to expreience the event. A Huge literature has been developed for thes type of models but I couldn't find any R package that fits this type of
2009 Jul 02
1
Box Plot outliers label
Hi!
How can I add labels in the outliers inside a boxplot.
Here is my code, at now:
mun <- as.data.frame(read.csv2("consolidada_v3.csv"))
micro <- mun$nmicro
medprop <- mun$medprop
mimedprop <- split(medprop, micro)
boxplot(mimedprop, col="chartreuse3", main="Área média das propriedades
rurais", xlab="Microrregiões", ylab="ha")
I
2001 Sep 28
0
How to ask smart questions (was RE: [S] A plea (was RE: [S] Diffe rences between UNIX and PC)
For those of you who are interested, here's is the link:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
(Sorry for x-posting... I thought it is relevant to both lists.)
Andy
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
> Sent: Thursday, September 27, 2001 4:28 PM
> To: 'Sinclair, Andrew (MIP London)'; 's-news'
>
1999 Jul 12
0
Re: S+ code
Dear Mr. Cleland, SEM-ueser, R-User, ...
there isn't s-plus or R (a GNU-free version of the programming language
S) code for structural equation modelling. I always wondered why. I
personally think the language S, with the implementations S+ and R, is a
good-perhaps the best-environment for statistical analyses. Why? It is
object orientated, logical, etc. For example: the code for least