similar to: Denied post to s-news

Displaying 20 results from an estimated 50000 matches similar to: "Denied post to s-news"

2004 Nov 10
0
RE: [S] worked in R, but not in S-Plus
The following works, you need to include x=TRUE in the call to coxph. Passing the time and status variables as additional arguments is a matter of personal preference. f.coxph.zph<-function(x, timeVar, statusVar) { cox.fit <- coxph(Surv(timeVar, statusVar) ~ x, na.action = na.exclude, method = "breslow", x=TRUE) fit.zph<-cox.zph(cox.fit) fit.zph$table[,3] } time.cox <-
2003 Feb 14
1
FW: [Fwd: Re: [S] Exact p-values]
Dear all Just for fun, I have just downloaded the paper mentioned below and checked it with R-1.6.1. Everything is ok with exception of Table 2b, where I get always 1 instead of 0.5: > pbinom(1e15,2e15,0.5) [1] 1 Which value should be correct? Best regards Christian Stratowa ============================================== Christian Stratowa, PhD Boehringer Ingelheim Austria Dept NCE Lead
2003 Feb 14
0
FW: [Fwd: Re: [S] Exact p-values]
Dear Spencer Thank you for this extensive explanation of the problem. I was just curious. Best regards Christian ============================================== Christian Stratowa, PhD Boehringer Ingelheim Austria Dept NCE Lead Discovery - Bioinformatics Dr. Boehringergasse 5-11 A-1121 Vienna, Austria Tel.: ++43-1-80105-2470 Fax: ++43-1-80105-2683 email: christian.stratowa at
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' >
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 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:
2001 Mar 24
0
Re: [S] extracting a matrix from a data frame
Try as.matrix(df) where df may be subsetted. > From: "Chris Evans" <chris1 at psyctc.org> > To: s-news at lists.biostat.wustl.edu > Date: Sat, 24 Mar 2001 19:25:32 -0000 > Content-transfer-encoding: 7BIT > Subject: [S] extracting a matrix from a data frame > > I'm a researcher who often has to do my own statistics for various > reasons so apologies
2007 Mar 08
4
ocfs2 cluster becomes unresponsive
We are running OCFS2 on SLES9 machines using a FC SAN. Without warning both nodes will become unresponsive. Can not access either machine via ssh or terminal (hangs after typing in username). However the machine still responds to pings. This continues until one node is rebooted, at which time the second node resumes normal operations. I am not entirely sure that this is an OCFS2 problem at all
2004 Dec 15
0
Re: [S] using Hmisc and Design library
sorry, I had a typo there, it's datadist(b) for the analysis of data frame "b". --- Robert Balshaw <Robert.Balshaw at syreon.com> wrote: > Not sure if this will help, but did you mean to use > datadist(a) for > the analysis of B? > > Rob > > > -----Original Message----- > > From: r-help-bounces at stat.math.ethz.ch > >
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
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]
2004 Jul 29
1
RE: [S] tree function in R language
1. Could it be that your computer is behind a firewall? If so, try reading the R for Windows FAQ. 2. Please ask R-related question on R-help instead of S-news. Andy > From: cheng wu > > Hi, Andy > > Thank you for your answer. > > Why I can't load CRAN packages? > > the error message is: > > > {a <- CRAN.packages() > +
2003 Oct 17
1
RE: [S] Dynamic Memory Allocation in R
> From: Gamal Abdel-Azim [mailto:gamal at crinet.com] > > While trying to expand the memory/object size in R, I noticed > that R might be using > only heap memory. Is this true? Are all objects in R created > in the heap not > allocated? It's not logical that this is the case!! Otherwise > the whole R project would > be a total waste of time and resources.
2002 Jan 16
0
RE: [S] Study group on bootstrap
You might also want to recruit on the R news group... r-help at stat.math.ethz.ch. -Greg > -----Original Message----- > From: Jan Ivanouw [mailto:ivanouw at post8.tele.dk] > Sent: Wednesday, January 16, 2002 8:28 AM > To: s-news at lists.biostat.wustl.edu > Subject: [S] Study group on bootstrap > > > Hi > I am looking for participants for an e-mail
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 --
2002 Feb 21
0
Re: [S] Splus vs. R & Linux vs. Windows
--- "Paul, David A" <paulda at BATTELLE.ORG> wrote: > Four questions: > > (1) Is Splus faster (on a PC) under Linux than under > Windows? I am > specifically thinking of intensive loops here, but > would also > solicit > information regarding how Splus stores information > within the Linux > system vx. Windows > > (2) Can Splus under
2006 Nov 09
1
Env: Re: query in R
-------------- next part -------------- An embedded message was scrubbed... From: "=?ISO-8859-1?Q?Ricardo=20Rodr=EDguez?=" <webmaster at xen.net> Subject: Re: [R] query in R Date: Thu, 09 Nov 2006 13:45:21 +0100 Size: 2618 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061109/e1fbdf8f/attachment.mht
2010 Nov 11
1
Permission denied while running rsync as Superuser
We are running rsync (v3.0.7) as superuser (root), with following options ? /opt/rsync-v3.0.7/bin/rsync --checksum -e rsh --archive --rsync-path=/opt/rsync-v3.0.7/bin/rsync --hard-links --timeout=5184000 --exclude=.snapshot --exclude=../latest --exclude=../previous --delete --compress --stats distuser\@myserver:/source/dir/ /dest/dir Few files are owned by a user ?jim? with following
2012 Apr 21
1
[regid23@yahoo.com: Bug#669667: faq.html: missing separator between two distinct shell command s]
I received the attached bug report from a Debian user; it applies to http://www.openssh.com/faq.html (I ship a copy of the FAQ in the Debian package). Could somebody make this adjustment on the OpenSSH web site? Thanks, -- Colin Watson [cjwatson at debian.org] -------------- next part -------------- An embedded message was scrubbed... From: Regid Ichira
2008 Jul 15
1
Cannot share RW, "Permission Denied" with sharenfs in ZFS
Hi everyone, I have just installed Solaris and have added a 3x500GB raidz drive array. I am able to use this pool (''tank'') successfully locally, but when I try to share it remotely, I can only read, I cannot execute or write. I didn''t do anything other than the default ''zfs set sharenfs=on tank''... how can I get it so that any allowed user can access