similar to: Problem with time in coxph/survfit

Displaying 14 results from an estimated 14 matches similar to: "Problem with time in coxph/survfit"

2011 Feb 16
2
Confidence interval of Survival Curve of Weighted Cox Regression
Hi, May I know how to obtain the confidence interval of the survival curve of weighted Cox regression model? I tried coxph, cph, and coxphw, but they did not work. Any help would be much appreciated. Thanks, Jeanne -- View this message in context: http://r.789695.n4.nabble.com/Confidence-interval-of-Survival-Curve-of-Weighted-Cox-Regression-tp3308085p3308085.html Sent from the R help mailing
2004 Jul 19
2
8 bit characters and smbmount
Does somebody know how to handle 8bit characters ..? I have problems with 8bit characters (ntilde, Otilde, etc) I'm trying to copy from a spanish XP box to my linux (using smbmount) and the system shows "Oacute" just as "O" and when copying I get "No such file or directory" error. I've tried dos charset, unix charset, display
2007 Mar 07
1
C to R
I`m doing some functions on C that gives me the x and y coordinates. I`d like to now how I can get these coordinates (both are a vector of number) on R to that I can make a graphic. I`ve already made a package with my functions, so I just wanna how about how to get the coordinates. Thanks, Heloise.
2005 Feb 22
6
VFS: Unable to mount root fs on unknown-block(1,0)
google yields nothing except for indicating that it is a boot loader problem. my dom0 partition is on a 9 GB SCSI disk drive. I have a raid1 device (md0) which I have created a series of partitions via lvm2. on boot, xm create /etc/xen/xm-single -c I get what looks like a normal boot until TCP: Hash tables configured (established 4096 bind 8192) NET: Registered protocol family 1 NET:
2005 Jan 24
4
Auto callout - reminder - is it possible?
I'm trying to get a script working on a website to send out automatic email reminders to customers reminding them monthly to change furnace filters. I haven't got one running successfully, yet. That made me think - could it be done with a phone call using Asterisk? A monthly automated phone call to remind people to change their furnace filter? I have no ability to figure this out
2005 Feb 16
0
Outbound calling timeout
I am running asterisk 1.0.1 with OH323 compiled in. We have a 323 trunk to CallManager with a mgcp controlled pri router. When using sip phones (directly registered with asterisk) to call out the 323 trunnk to PSTN, calls timeout after 3 rings. If I answer b4 3 rings - no problem, otherwise I get "no one is available to answer at this time" on the consoel and it redirects to an
2006 Jun 17
0
Easy way to show the HTTP status (e.g. 301/404 etc)
Hi, Being new to rails, I''d like to put something at the bottom of my global application layout so that it displays the response code that would be delivered by the webserver in a live environment. Being inexperienced, I am cautious about being SEO-friendly and would feel more comfortable knowning what codes are being sent for each page. I figure something at the bottom of the
2007 Jun 20
0
[LLVMdev] Unique shape and types
On Wed, 20 Jun 2007, Nicolas Geoffray wrote: >> Yep. Sorry :(. > > "Sorry", like "this can really not be integrated in LLVM" or like "it is > possible but it requires a lot of work to integrate it"? :) it is not a desired feature for the LLVM type system itself. >> Depending on your application, you could read debug info, >> > >
2014 Feb 03
1
call rejected because extension not found in context 'internal
Hi all, I want to two sip clients connect through Asterisk in local network for testing. My sip.conf file looks like this [general] context=internal allowguest=no allowoverlap=no bindport=5060 bindaddr=0.0.0.0 srvlookup=no disallow=all allow=ulaw alwaysauthreject=yes canreinvite=no nat=yes session-timers=refuse localnet=192.168.1.0/255.255.255.0 [7001] type=friend host=dynamic
2007 Jun 20
4
[LLVMdev] Unique shape and types
Chris Lattner wrote: > >> The issue I'm facing is object inheritance and how to find from a LLVM >> type what types it inherits. Currently this can't be implemented in LLVM >> and I need to implement a higher representation for types. >> > > Yep. Sorry :(. "Sorry", like "this can really not be integrated in LLVM" or like
2024 Feb 29
1
[EXT] Initializing vector and matrices
Hello Eik: Thanks. I do not need to sample. Essentially, I have a do loop which produces 24 vectors of length of some length (say k=300) and 24 matrices of 300x300. Then, I simply need to? take the averages of these 24 vectors and matrices: x=(x1+x2+...+x24)/k y=(y1+y2+...+y24)/k I am just looking for ways to do this in a do loop, which requires initialization (to 0's) of x and y. My
2017 Oct 31
2
Status of llvm.invariant.{start|end}
> We at Azul have been using invariant.start for marking objects as immutable after a certain point. > Also, upstream changes to teach relevant optimizations about invariant.start and end were added > last year. > > With respect to store to load forwarding, this is handled in GVN. I think the test cases in test/Transforms/GVN/invariant.start.ll > handle what you’re looking for.
2019 Feb 13
0
rsync rewrites all blocks of large files although it uses delta transfer
On 2019-02-13 10:47 a.m., Delian Krustev via rsync wrote: > > > Free space at the beginning and end of the backup: > Filesystem 1M-blocks Used Available Use% Mounted on > /dev/mapper/bkp 102392 76872 20400 80% /mnt/bkp > /dev/mapper/bkp 102392 78768 18504 81% /mnt/bkp > > ####################################################
2019 Feb 13
0
rsync rewrites all blocks of large files although it uses delta transfer
On 2019-02-13 5:26 p.m., Delian Krustev via rsync wrote: > > The copy is needed for the comparison of the blocks as "--inplace" overwrites > the destination file. I've tried without "--backup" but then the delta > transfers too much data - close to the size of the backed-up files. > It's cool that --backup can be used as source data that way, a