Displaying 20 results from an estimated 400 matches similar to: "Welcome to the "R-help" mailing list"
2009 Feb 25
0
coxph: competing endpoints & multiple time-dependent covariate
Dear R users:
Analysis of the impact of a time-dependent covariate (GVHD or use of steroid after bone marrow transplantation) on two competing endpoints (invasive fungal infection and death) is frequently encountered in the setting of BMT data. Coxph package can be used as the following:
for the analysis of GVHD:
> gvhd -> coxph(Surv(start,stop,status = =1) ~ GVHD, data=bmt.data)
2009 Feb 24
0
help: calculations for causespecific hazard ratios in a competing risks analysis with timedependent covariates
Dear R users:
Analysis of the impact of a time-dependent covariate (GVHD or use of steroid after bone marrow transplantation) on two competing endpoints (invasive fungal infection and death) is frequently encountered in the setting of BMT data. Coxph package can be used as the following:
for the analysis of GVHD:
> gvhd -> coxph(Surv(start,stop,status = =1) ~ GVHD, data=bmt.data)
2009 May 10
2
plot(survfit(fitCox)) graph shows one line - should show two
R 2.8.1
Windows XP
I am trying to plot the results of a coxph using plot(survfit()). The plot should, I believe, show two lines one for survival in each of two treatment (Drug) groups, however my plot shows only one line. What am I doing wrong?
My code is reproduced below, my figure is attached to this EMail message.
John
> #Create simple survival object
>
2009 Apr 10
2
Stacked density plots
Hello R-community,
I want to generate stacked density plots in lattice. My data consist of a numeric variable ('pid') that is measured in different individuals ('id'), which can be divided in two types ('type') and the measurements were repeated a different time points ('day').
I read in the Lattice book that this can be done using the 'flowViz'
2004 Aug 20
4
Unusual behaviour
Hi,
I've just noticed something strange in dovecot 0.99.10.5. I created
some IMAP folders from the command line (mkdir .INBOX.Folder1) as a
different user to the owner of the mailbox. Obviously when I tried to
view them via IMAP I got an error message, but the message to the client
was "internal error[date time]" where date and time appeared to be the
current date and time.
Is
2007 Sep 19
3
Robust or Sandwich estimates in lmer2
Dear R-Users:
I am trying to find the robust (or sandwich) estimates of the standard error of fixed effects parameter estimates using the package "lmer2". In model-1, I used "robust=TRUE" on the other, in model-2, I used "robust=FALSE". Both models giving me the same estimates. So my question is, does the robust option works in lmer2 to get the robust estimates of
2004 Aug 10
2
Net rpc shutdown
Hi all,
I'm trying to make a script that will shut down a couple of Windows
boxes from a Linux machine with Samba.
If I use "net rpc shutdown -I <windows-ip> -U administrator" it works
fine, except that I get prompted for the password. After looking
through "man net" I can't seem to find a way to include the password (I
tried "-U
2004 Sep 28
3
Moving mail dirs
Hi all,
This is probably a silly question, but I have a problem. I've had to
move my users maildirs from:
maildir:/home/%u/.Maildir
To
maildir:/data/mail/%u
I've updated the MTA to put mail to the correct place and it's working
fine. I've also changed the dovecot.conf file and restarted dovecot and
I thought that would be all I needed to do.
However, the users are getting
2005 Dec 09
1
Marking with firewall
Hi all,
I''ve been trying to do the above and read everything I can find on
Google on the subject, but something seems to be going wrong. I tried
the following sample rules in iptables (initially I just set the first
one, but I added more as my desperation escalated):
iptables -t mangle -A PREROUTING -p icmp -j MARK --set-mark 1
iptables -A FORWARD -p icmp -j MARK --set-mark 1
2005 Apr 01
3
LDA Wishlist idea
Hi all,
Sorry if this is out of place, but I've seen people suggesting future
functionality for Dovecot on here before.
TBH I'm not completely sure if this would be possible in a LDA.
Demon (an ISP) have extensions to POP3 they call "SDPS" - there's
basically an extra command that can be called for an email and it gives
the envelope rcpt and from addresses. I was
2004 Jul 06
3
Moving Profiles
Hi everyone,
I'm about to install a Samba PDC in a network that previously was
working as a workgroup. All the users have been logging into their
local machines as "administrator" and all with the same password.
What I would really like to do is to move their profiles with them, but
as they are all using the same username and the like I can see this is
going to cause problems.
So
2005 Nov 11
8
Pfifo_fast "Unknown qdisc" and asking for basic design advice
Hi all,
I''ve done a search through the archives but I can''t find a
cause/solution to this.
I''m running a FC4 box with the stock 2.6.12 kernel and a FC2 box with a
stock 2.6.9 kernel. I''m obviously using
iproute2 and the patched tc.
When I clear down the qdiscs with "tc qdisc del dev <DEV> root" I get
the following in response to "tc
2004 Aug 11
1
(no subject)
You're kinda confusing things there. A single physical network could
span multiple IP networks, and a single IP network doesn't have to be
restricted to one physical network.
Do you mean that you want to use a single server to serve to two
separate workgroups both of which are using the same physical hardware
and IP network? If so, then I don't believe so, but I could be wrong.
2004 Jul 21
2
Probably a bad idea but.....
Hi all,
I've got a few users I'm trying to migrate from a Mercury Mail server to
a dovecot IMAP/POP3 setup. I was hoping to use some sort of imap-copy
type script to move email from the Mercury server to dovecot server, but
the Mercury box is running so slow it's impossible.
Mercury stores mail in a similar way to Maildirs, different folders with
separate files for each mail, stored
2004 Aug 02
2
Windows Server 2000 Server installation
Is there a procedure for installing and configuring SAMBA 3.0 for a Windows
2000 server so as to share files from the Windows 2000 server for Sun
Solaris 8 workstations?
Thanks,
Larry
2004 Jun 30
2
hosts allow and partial subnet
dear list members
how can i restrict access to samba with the "hosts allow" configuration
for only part of a subnet without having to list all the individual
ip-numbers?
e.g. we have the subnet 123.123.123.1 - 123.123.123.512 and i would
like that only the hosts with the ip numbers between
123.123.123.237-123.123.123.319 have access. how can i do this?
all hostnames have the
2004 Sep 02
1
Dovecots pop3-UIDL command impl. not RFC compliant ?
Hi !
POP3-RFC (1939) speaks about UIDL command:
The unique-id of a message is an arbitrary server-determined
string, consisting of one to 70 characters in the range 0x21
to 0x7E, which uniquely identifies a message within a maildrop and which
persists across sessions.
When I issue an UIDL command (dovecot 0.99.10.9)
I get replies like
1 1093990148.1
2 1093990148.2
3 1093990148.3
...
.
You see
2004 Jul 16
1
Canot mount samba drive
Hi all
When i try to mount samba drive t am prompt for a pasword and nothing
happend and i have to kill the process
[root@domain root]# mount -t smbfs -o username=sam, //11.22.33.44/homes
/root/smb/
but when i connect using the private server ip i am prompt for a
password and the drive is mounted in less that 1 second
[root@domain root]# mount -t smbfs -o username=sam, //192.168.2.8/homes
2004 Jul 02
1
malformed broadcast packets ?
Hello All,
I recently upgraded to Redhat AS3 from an older 7.3 installation.
With samba 3 (3.0.2-6.3E is the rpm version), I've been seeing activity
that wasn't present before.
Every 15 minutes (within a few seconds accuracy), I receive an alert
from our SonicWall (firewall appliance) reporting that a "Malformed IP
packet dropped." where the source was the upgraded server, and
2004 Nov 03
2
Unread mail problem
Okay, here is the set up. I have Outlook set up to keep mail on the server
for 5 days. At some point I started downloading all my mail that was on the
server over and over again, even though I already have the mail. The weird
thing is that it did not download all the mail, just a few. For example it
would download 6 messages, then 18, then 12, etc! After I tried it a few
times I had 50 of the same