search for: rfs

Displaying 20 results from an estimated 76 matches for "rfs".

Did you mean: fs
2011 Nov 28
0
CentOS 6.1- RPS/RFS kernel patch
...<amyagi at gmail.com> escreveu: > De: "Akemi Yagi" <amyagi at gmail.com> > Para: "CentOS mailing list" <centos at centos.org> > Enviadas: Sexta-feira, 25 de Novembro de 2011 17:56:21 (GMT-0300) Auto-Detected > Assunto: Re: [CentOS] CentOS 6.1- RPS/RFS kernel patch > > On Fri, Nov 25, 2011 at 11:49 AM, Karanbir Singh > <mail-lists at karan.org> wrote: > > On 11/25/2011 07:35 PM, Antonio da Silva Martins Junior wrote: > >> ? ? I'm looking into the RPMs changelog for the 6.0CR kernel, and > didn't > >&...
2011 Jan 07
2
survval analysis microarray expression data
...------- I want to test the expression of a subset of genes for correlation with patient survival. I found out that the coxph function is appropriate for doing this since it works with continuous variables such as Affy mRNA expression values. I applied the following code: cp <- coxph(Surv(t.rfs, !e.rfs) ~ ex, pData(eset.n0)) #t.rfs: time to relapse, status (0=alive,1=dead), ex: expression value (continuous) The results I get look sensible but I would appreciate any advice on the correctness and also any suggestions for any (better) alternative methods. Best wishes
2012 Nov 22
2
[PATCHv4] virtio-spec: virtio network device RFS support
Add RFS support to virtio network device. Add a new feature flag VIRTIO_NET_F_RFS for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_RFS to program packet steering for unidirectional protocols. Signed-off-by: Mi...
2012 Nov 22
2
[PATCHv4] virtio-spec: virtio network device RFS support
Add RFS support to virtio network device. Add a new feature flag VIRTIO_NET_F_RFS for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_RFS to program packet steering for unidirectional protocols. Signed-off-by: Mi...
2012 Nov 23
1
[PATCHv5] virtio-spec: virtio network device RFS support
Add RFS support to virtio network device. Add a new feature flag VIRTIO_NET_F_RFS for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_RFS to program packet steering for unidirectional protocols. --- Changes from...
2012 Nov 23
1
[PATCHv5] virtio-spec: virtio network device RFS support
Add RFS support to virtio network device. Add a new feature flag VIRTIO_NET_F_RFS for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_RFS to program packet steering for unidirectional protocols. --- Changes from...
2012 Jan 23
5
Problem with automatic mounting of disc drive (Ubuntu 11.10)
Hi! First of all, WINE is great! There is only one little inconvenience for me: I am using WINE 1.2 under Ubuntu 11.10. It automatically mounts CDs and DVDs at /media/(disc name). So whenever I insert a new disc, I have to change the configuration of WINE which is a bit annoying. I could not find any help via Google. On ubuntuforum.org I was told to point WINE to the device itself (/dev/sr0)
2018 Jan 15
2
consolidate three function into one
Hi Richard, Thank you so much!! I understand the problem now, I assign a name to the "ggsurvplot" object and then add print(fig) at bottom of function definition, now figure gets printed on screen. Ding # function to generate RFS curves RFS <- function( inputfile, N ) { cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) if( N==2) {palette <- c("red", "black") legend.labs <- c("Cluster1", "Cluster2")...
2018 Jan 15
0
consolidate three function into one
That is certainly OK, but you can also just use print(ggsurvplot(...)) as your final statement. out <- RFS( ...) would then return the ggsurvplot object *and* graph it. Any good R tutorial or a web search will provide more details on function returns, which you might find useful. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking thi...
2014 Sep 08
0
RFS: blktap/2.0.90-3 [RC]
On 08 ??? 2014, at 22:31, Thomas Goirand <zigo at debian.org> wrote: > On 09/08/2014 04:59 PM, Chrysostomos Nanakos wrote: >> On 2014-09-08 10:07, Thomas Goirand wrote: >>> On 09/07/2014 01:44 AM, Chrysostomos Nanakos wrote: >>>> dget -x >>>> >>>> http://mentors.debian.net/debian/pool/main/b/blktap/blktap_2.0.90-3.dsc >>>
2014 Sep 09
1
RFS: blktap/2.0.90-3 [RC]
On 09/09/2014 05:15 AM, Nanakos Chrysostomos wrote: > On 08 ??? 2014, at 22:31, Thomas Goirand <zigo at debian.org> wrote: > >> On 09/08/2014 04:59 PM, Chrysostomos Nanakos wrote: >>> On 2014-09-08 10:07, Thomas Goirand wrote: >>>> On 09/07/2014 01:44 AM, Chrysostomos Nanakos wrote: >>>>> dget -x >>>>> >>>>>
2020 Sep 21
0
Access denied for samba share
...| *.dat ??????? recycle:exclude = *.TMP | *.tmp | ~$*.doc ??????? recycle:exclude_dir = tmp | temp | cache [UserPapierkorb] ??????? comment = Papierkorb von %u ??????? path = /0nfs4exports/home/%U/.Papierkorb ??????? read only = No ??????? smb encrypt = required ??????? valid users = %U [rfstransfer] ??????? comment = RFS Datenaustausch ??????? inherit acls = Yes ??????? path = /home/rfs/transfer ??????? read only = No ??????? smb encrypt = required ??????? valid users = +ILRW+rfs-mitarbeiter +ILRW+rfs-studenten +ILRW+rfs-angeh?riger ??????? acl_xattr:ignore system acls = yes
2018 Jan 14
2
consolidate three function into one
Hi Bert, I am sorry to bother you on weekend. I am still struggling on defining a correct function. I first defined the function RFS (see below), then run it by provide the two argument. m52.2cluster <-RFS(inputfile =allinfo_m52, N=2 ) I do not get error message, but no figure displays on screen. I do not know what is going on. Can you help me a little more on this issue? Thank you, Ding # function to generate RFS RFS &...
2018 Jan 15
1
consolidate three function into one
...15, 2018 10:11 AM To: Ding, Yuan Chun <ycding at coh.org> Cc: Richard M. Heiberger <rmh at temple.edu>; r-help at r-project.org Subject: Re: [R] consolidate three function into one That is certainly OK, but you can also just use print(ggsurvplot(...)) as your final statement. out <- RFS( ...) would then return the ggsurvplot object *and* graph it. Any good R tutorial or a web search will provide more details on function returns, which you might find useful. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking thing...
2018 Jan 14
0
consolidate three function into one
...path in your favorite editor and scroll down to 7.22 On Sun, Jan 14, 2018 at 4:21 PM, Ding, Yuan Chun <ycding at coh.org> wrote: > Hi Bert, > > I am sorry to bother you on weekend. > > I am still struggling on defining a correct function. > > I first defined the function RFS (see below), then run it by provide the two argument. > > m52.2cluster <-RFS(inputfile =allinfo_m52, N=2 ) > > I do not get error message, but no figure displays on screen. I do not know what is going on. > > Can you help me a little more on this issue? > > Thank you, &gt...
2014 Sep 08
2
RFS: blktap/2.0.90-3 [RC]
On 09/08/2014 04:59 PM, Chrysostomos Nanakos wrote: > On 2014-09-08 10:07, Thomas Goirand wrote: >> On 09/07/2014 01:44 AM, Chrysostomos Nanakos wrote: >>> dget -x >>> >>> http://mentors.debian.net/debian/pool/main/b/blktap/blktap_2.0.90-3.dsc >> >> Uploaded! Thanks for your contribution to Debian. >> >> Cheers, >> >> Thomas
2014 Nov 17
5
vhost + multiqueue + RSS question.
On Mon, Nov 17, 2014 at 12:38:16PM +0200, Michael S. Tsirkin wrote: > On Mon, Nov 17, 2014 at 09:44:23AM +0200, Gleb Natapov wrote: > > On Sun, Nov 16, 2014 at 08:56:04PM +0200, Michael S. Tsirkin wrote: > > > On Sun, Nov 16, 2014 at 06:18:18PM +0200, Gleb Natapov wrote: > > > > Hi Michael, > > > > > > > > I am playing with vhost multiqueue
2014 Nov 17
5
vhost + multiqueue + RSS question.
On Mon, Nov 17, 2014 at 12:38:16PM +0200, Michael S. Tsirkin wrote: > On Mon, Nov 17, 2014 at 09:44:23AM +0200, Gleb Natapov wrote: > > On Sun, Nov 16, 2014 at 08:56:04PM +0200, Michael S. Tsirkin wrote: > > > On Sun, Nov 16, 2014 at 06:18:18PM +0200, Gleb Natapov wrote: > > > > Hi Michael, > > > > > > > > I am playing with vhost multiqueue
2010 Jan 19
2
RFS: xen-qemu-dm (new package)
Hi, I believe the package is ready: http://ftparchive.gplhost.com/debian/pool/lenny/main/x/xen-qemu-dm-3.4/xen-qemu-dm-3.4_3.4.2-1.dsc I asked Ian Jackson to sponsor it (he works for Citrix and is a DD), but it's been 2 weeks, and he seems busy with work. I'd be glad if someone was sponsoring the upload of this package in Debian SID, soon enough so that people will be able to test it
2010 Jan 19
2
RFS: xen-qemu-dm (new package)
Hi, I believe the package is ready: http://ftparchive.gplhost.com/debian/pool/lenny/main/x/xen-qemu-dm-3.4/xen-qemu-dm-3.4_3.4.2-1.dsc I asked Ian Jackson to sponsor it (he works for Citrix and is a DD), but it's been 2 weeks, and he seems busy with work. I'd be glad if someone was sponsoring the upload of this package in Debian SID, soon enough so that people will be able to test it