search for: longevities

Displaying 20 results from an estimated 66 matches for "longevities".

2008 Mar 20
3
create matrix
Hi all, I have a dataset consisting of 5 columns and over 5000 rows. Each row gives information about an individual animal, including longevity, i.e. at what age an animal died. For the model I use I need to create n rows for each animal, n being its longevity, and a new column 'survival' with a binary 0/1 outcome. When an animal died e.g. at age 5, there have to be 5 rows of identical
2013 Aug 15
2
Xen4CentOS6 project longevity
We've been using CentOS 5 with Xen on our machines for a while now and have really grown to appreciate it. The lack of Xen for Centos 6 is the reason we haven't upgraded yet, but with Xen4CentOS6 we have all the tools we need. The concern some of are having is that when CentOS7 comes out, which will be probably less than a year, is that Xen support for CentOS6 will evaporate. I know this
2012 Apr 16
2
Survival Curves
Hello I'm trying to make survival curves for some longevity data - 100 males and 100 females, some of which are still living (not dead at the end of survey) I would like to make sex specific survival curves as time on the X axis, proportion alive on the Y, and a line for each sex (two lines) Data looks like this: Focal DOB DOD Longevity Sex 1 89-04-20 na
2010 Apr 27
4
longevity of ruby on rails
Hi, I have recently added Ruby on Rails to my repertoire and as I start a new project, I find myself wondering: Why are so many of the postings I find as I search for help from 2006-2009? Should I start my new project with RoR, ASP.NET, Python/Django, Zen? Is RoR thriving or dying? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Feb 13
2
Survreg(), Surv() and interval-censored data
Can survreg() handle interval-censored data like the documentation says? I ask because the command: survreg(Surv(start, stop, event) ~ 1, data = heart) fails with the error message Invalid survival type yet the documentation for Surv() states: "Presently, the only methods allowing interval censored data are the parametric models computed by 'survreg'"
2008 Jul 18
1
DID - Panama
I need a low monthly rate DID in Panama. Maybe 2-3 inbound calls a day max. 1-2 outbound calls a day only. Will be rarely used but needs to be very good quality and needs longevity of business (eg this number is going into print so company needs to be around for a while). Please email with rates and details. Cheers, Dean -------------- next part -------------- An HTML
2010 Dec 16
6
two cents or not two cents
Hello Producers "Longevity of Support" is an attractive drawcard for CentOS if it means the exact opposite of Fedora's "short support cycle" that does not provide updating of infrastructural libraries for very long, libraries which newer versions of applications (like Firefox, Thunderbird, Opera etc) depend on and which wont install unless the libraries are also newer
2009 Feb 22
2
SSDs and filesystem alignment...
Does BTRFS perform any journal and/or filesystem structure alignment (for benefit to SSD longevity and SSD, RAID array and large-sector device performance) at present? ext4''s Ted Tso will deliver 128KB alignment with the next release of e2fsprogs (ie 1.41.4) [1], so perhaps it''s a good idea for btrfsprogs also, if not already available? Daniel --- [1]
2018 Feb 23
2
what is the centos/elrepo policy toward LTS kernels?
i'm sure there's a simple answer to this -- i already understand that newer kernels than the ones shipped with the official release aren't officially supported but there is the elrepo kernel repository here: http://elrepo.org/linux/kernel/el7/x86_64/RPMS/ with a mixture of long-term (lt) and mainline (ml) kernels. i assume that the mainline kernels pretty closely track the latest
2019 May 17
3
is "list_del corruption" fix available in Centos ?
Hi, Gentle reminder ! Please let me know if there are any pointers for this Thanks Santhosh On Tue, May 14, 2019 at 7:26 PM santhosh kumar <santhosh.santuu at gmail.com> wrote: > Hi, > > We migrated from redhat 5.3 to centos 7.5 and facing crashes in longevity > tests > > All of them point to below reason, > > list_del corruption. next->prev should be
2012 Jul 21
1
Windows NUT shutdown UPS?
I was wondering what you guys do about UPS shutdown on Windows systems? Apcupsd has the same issue, so I'm assuming it is the same with NUT. Windows just makes it hard/impossible to do. Do you find draining the batteries down so much cause issues for longevity? Regarding my Eaton 5110, I found that automatic driver setup works just fine on Windows XP but not at all on Windows 7 x64 (I
2005 Aug 05
1
OT: cheap DVD-RAM media?
A bit off-topic. Not a question on how to get it working, but rather question about an practical issue after you get it to work ;-) I got a DVD burner that supports DVD-RAM (in addition to standard DVD+R/-R). I really liked "use it just like hard disk" properties of DVD-RAM, and according to some sources I found, the media itself is more resistant to ageing than standard DVD+R/-R.
2020 May 26
1
New LLVM backend for Renesas RL78 MCU
Hi David, >>Ah, so this is a commercially backed project? Initially it wasn’t. I started to do this in my own free time and after I got something which I could demonstrate I can be much better than what we currently have with GCC it became part of my day to day job. >>But relatively small? (are you the only engineer working on this?) Yes I’m the only one working on this.
2009 Aug 11
13
I've decided to use Rails... (I hope I made the right decision).
I''ve read a ton of comparisons that compare one framework to another, and one language to another. There''s so much conflicting advice out there that it''s hard to know what is best. Did I make the right choice choosing Rails for my first web project? I guess we''ll see. The only reason why I''m hesitant is that a lot of the big name sites use php
2006 May 25
1
isolinux + windows installation CD
Hi all, I am at the end of my wits, after a day and a half of mucking around with this :) My intention was to take a multi-boot DVD - of the style you get with an MSDN subscription - and burn an individual installer to disc. How to do this? My theory was to take the files for the installation CD, add isolinux, add a bootsector, and away I go. Unfortunately it doesn't seem this easy. So I
2012 Feb 23
5
Pls help: netfront tx ring frozen (any clues appreciated)
Hi, We are running into a situation where rsp_prod index in the shared ring is not getting updated for the netfront tx ring by the netback. We see that rsp_cons is the same value as rsp_prod, with req_prod 236 slots away(tx ring is full). From looking at the netfront driver code, it looks as if xennet_tx_buf_gc processing only happens if rsp_prod is more than rsp_cons. Our
2012 Feb 23
5
Pls help: netfront tx ring frozen (any clues appreciated)
Hi, We are running into a situation where rsp_prod index in the shared ring is not getting updated for the netfront tx ring by the netback. We see that rsp_cons is the same value as rsp_prod, with req_prod 236 slots away(tx ring is full). From looking at the netfront driver code, it looks as if xennet_tx_buf_gc processing only happens if rsp_prod is more than rsp_cons. Our
2008 Aug 20
15
CF to SATA adapters for boot device
Has anyone here had any luck using a CF to SATA adapter? I''ve just tried an Addonics ADSACFW CF to SATA adaptor with an 8GB card that I wanted to use for a boot pool and even though the BIOS reports the disk, Solaris B95 (or the installer) doesn''t see it. I might give the IDE version a go (I really wanted hoT-plug), otherwise I''ll be able to store a couple of thousand
2010 Sep 17
1
[LLVMdev] How clang is seen outside the community (Was: Re: [cfe-dev] david's integer overflow stuff)
On Fri, Sep 17, 2010 at 4:44 PM, David Chisnall <csdavec at swan.ac.uk> wrote: > On 17 Sep 2010, at 23:24, Chris Lattner wrote: >> I don't see how this affects adoption.  If they haven't adopted it yet, then a change from 2.7->2.8 won't affect them. > > Because the major negative comment that is raised when I suggest people adopt clang is that they don't
2010 Feb 05
1
Using coxph with Gompertz-distributed survival data.
Dear list: I am attempting to use what I thought would be a pretty straightforward practical application of Cox regression. I figure users of the survival package must have come across this problem before, so I would like to ask you how you dealt with it. I have set up an illustrative example and included it at the end of this post. I took a sample of 100 data points from each of two populations