Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.A41.4.61b.0411090659250.226980@homer11.u.washington.edu>
Date: 2004-11-09T15:03:07Z
From: Thomas Lumley
Subject: survSplit: further exploration and related topics
In-Reply-To: <0ABD88905D18E347874E0FB71C0B29E90237D0D3@exdkba022.novo.dk>

On Tue, 9 Nov 2004, BXC (Bendix Carstensen) wrote:

> To Danardonos concern of splitting time for records with delayed entry:
>

There was actually no intention of supporting counting-process input, but 
it turns out to be a one-line change: from
        starttime <- c(starttime, rep(cut, each = n))
to
        starttime<-c(starttime, pmax(starttime, rep(cut,each=n)))

about 20 lines down from the top.  This will be in the next release of 
survival, but not until after R 2.0.1


 	-thomas