search for: schoenfelder

Displaying 20 results from an estimated 38 matches for "schoenfelder".

Did you mean: schoenfeld
2009 Sep 23
2
scaled Schoenfeld residuals
hi sorry if this has been discussed before, but I'm wondering why the scaled Schoenfeld residuals do not follow the defining formula for obtaining them from the ordinary Schoenfeld residuals, but are instead offset by the estimated parameter values. e.g. library(survival) attach(ovarian) sv<-Surv(futime,fustat) f1<-coxph(sv~age+ecog.ps) f1
2009 Jun 15
2
Schoenfeld Residuals with tied data
Dear all, I am struggling with calculation of Schoenfeld residuals of my Cox Ph models. Based on the formula as attached, I calculated the Schoenfeld residuals for both non tied and tied data, respectively. And then I validated my results with R using the same data sets. However, I found that my results for non-tied data was ok but the results for tied data were different from R's. How
2012 Feb 23
1
Schoenfeld residuals for a null model coxph
Hi, I have a coxph model like coxph(Surv(start, stop, censor) ~ x + y, mydata) I would like to calculate the Schoenfeld residuals for the null, i.e the same model where the beta hat vector (in practical terms, the coeff vector spat out by summary()) is constrained to be all 0s --all lese stays the same. I could calculate it by hand, but I was wondering if there is a way of doing it with
2006 Mar 31
1
andersen plot vs score process or scaled Schoenfeld residuals to test for proporti0nal hazards
Dear all, I use the Andersen plot to check for proportional hazards assumption for a factor (say x) in the Cox regression model and obtained a straight line that pass through the origin. However, the formal test done by the R-function cox.zph, which is based on the plot of Schonefeld residuals against time, indicates that proportional hazards assumption is violated. Further, a plot of the score
2009 Apr 03
2
Schoenfeld Residuals
Dear All, Sorry to bother you again. I have a model: coxfita=coxph(Surv(rem.Remtime/365,rem.Rcens)~all.sex,data=nearma) and I'm trying to do a plot of Schoenfeld residuals using the code: plot(cox.zph(coxfita)) abline(h=0,lty=3) The error message I get is: Error in plot.window(...) : need finite 'ylim' values In addition: Warning messages: 1: In sqrt(x$var[i, i] * seval) : NaNs
2006 Aug 08
7
This list is a black hole.
Many questions goes in, Very few answers come out. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2000 Jun 07
0
dfree (Samba 2.0.7)
I'm useing Samba (2.0.7) on an Compaq TRUE64 (Digital OSF) Server. Everything is working fine, but the dfree-script does not work. I think it's not even called. The corosponding entry in my smb.conf is: [global] server string = Samba %v Server, xxxx workgroup = xxxx keep alive = 30 dead time = 15 dfree command = /usr/local/samba/bin/dfree The script it self works fine
2012 Sep 25
3
(core) designation on Task View
Hello, Does the (core) designation in the CRAN Task View indicate packages that provide basic/recommended functionality in that domain? I don't see it documented anywhere on the site. Thanks for your help.
2005 Jan 16
2
TDM400 lost after reboot
Hi My card is working, but when I reboot the machine, most of the times it is not working, I get "ztcfg: ZT_CHANCONFIG failed on channel 1: No such device or address (6)" To make it work again I have to shut down, remove the card, reboot so kudzu will remove the config. shut down again, put the card back in, reboot, now kudzu see it, I choose "Ignore" and then it's
2006 Apr 07
2
Why is transform="km" the default for cox.zph?
To enhance my understanding, and that of my students, I have a question about cox.zph in the survival package. If I have correctly gleaned the high-level point from the 1994 Biometrika paper of Grambsch and Therneau, it looks to me like cox.zph provides a mechanism to test for a simple trend in plots of a function of time, g(t) versus the scaled schoenfeld residuals and it also provides some
2007 Feb 08
2
Howto setup printing with Windows XP Clients, Cups and samba..
Hi there, slowly but sure I'm getting absolutely insane with the printer setup on a Samba PDC. I got Cups to work. It works like a charm if someone installs a printer via the cups interface. It also prints in a good quality. On Samba side I even have those "Printers and fax devices" in the visible shares. And if i install CUPS6 Drivers manual on the target system i can even print on
2012 Aug 06
3
Force evaluation of a symbol when a function is created
I am porting a program in matlab to R, The problem is that Matlab has a feature where symbols that aren't arguments are evaluated immediately. That is: Y=3 F=@(x) x*Y Will yield a function such that F(2)=6. If later say. Y=4 then F(2) will still equal 6. R on the other hand has lazy evaluation. F<-function(x){x*Y} Will do the following Y=3 F(2)=6 Y=4 F(2)=8. Does anyone know of away to
2007 Sep 27
1
plot(cox.zph())
Hello, I got error message when applying the plot function to the cox.zph object to create the Schoenfeld residual plots. > plot(zph.revasFit[1]) Error in plot.window(xlim, ylim, log, asp, ...) : need finite 'ylim' values In addition: Warning messages: 1: NaNs produced in: sqrt(x$var[i, i] * seval) 2: no non-missing arguments to min; returning Inf in: min(x) 3: no
2009 Jan 12
1
Bug#511579: network-bridge script does not work if netdev is not in /e/n/interfaces
Package: xen-utils-common Version: 3.2.0-2 Severity: normal Hi, we have a setup with a system that has multiple ethernet interfaces. There is a interface eth2 which has an IP configured and is connected to the network and which is used to administrate that. Another iface is supposed to be used as netdev (eth0). This interface is unconfigured but connected to a network to which the DomUs are
2011 Jan 21
2
Does dsync handle client-side deletions?
Hi there, I'm currently evaluating the idea of a multi-master setup where each node shall hold a full copy of the mailboxes. Basically the idea is to use NFS and dsync to keep those copies in sync. So I did some tests with dsync and ran into a problem. Consider the following scenario: 1) Location1 and Location2 are in sync 2) A mail gets deleted on Location1 (via IMAP) 3) dsync mirror run to
2004 Aug 26
5
TDM400P Problems
Hi, I have just started to setup and configure my asterisk box and am having trouble with it. I have a dlink nic in the box as well as the digium card. When the nic is in there by itself it works, but when I put the tdm400p in, there seems to be some sort of conflict with the network card. The tdm appears as another type of network card, which I don't think it should, should it? It shows
2008 Mar 17
3
driving R from MATLAB
I am trying to use R functions from my MATLAB code using a DCOM server. I am working under Windows XP. While I mange to run basic functions and run them using scripts, when I try a more complicated set of functions I fail. I am trying to perform survival analysis, using Surv Surv(recruTime,recur) Surv creates a somewhat complex output and I get the response Problem evaluating command
2004 Oct 05
1
Non-working module on TDM400P?
Hi all, I was wondering if anyone had any pointers on how to determine whether or not a module has gone wonky on the TDM400P? I have a 2 FXO (channels 3 and 4) and 2 FXS unit (channels 1 and 2). The bad (?) module in question is the FXO module on channel 3. I can't dial in to or out of that channel; dialing in gives a busy signal, dialing out just shows * hanging around after attempting a
2004 Sep 09
1
DevKit TDM400P module won't load
Hi all, I have just purchased the DevKit from Digium and received a X100P and a TDM400P (it has one FXS module). The problem is that I can't get the kernel module (wcfxs) to load and run. I have searched the archives and can't find anything about this. Do the messages below ring any bells with anyone ? There is no interrupt clash (see pci list below). I am running on a AMD 1.2G
2004 Dec 08
7
more then two wildcards in one machine
Has anyone had successfully installed more then two digium wildcards in the same machine? I'm going for four. thanks Shoval Tomer, IT Manager, SofTov Advanced Systems, Ltd. Office: +972-3-9230686 ext. 179 Fax: +972-3-9216642 Mobile: +972-54-8000200