Skip to content
Prev 55383 / 63424 Next

[EXTERNAL] Re: list of methods

In a Surv object length() returns number of survival times contained in the object, which 
is the logical thing to do.? The fact that a survival time needs 2 or 3 values to 
represent is simply a nuisance.?? Thus length(unclass(x)) = amount of memory consumed is 
not going to map to sensible operations.

Yes, I'll have to go through the list by hand.? Some methods will only apply to transform 
functions (makepredictcall.pspline), others to model fits (extractAIC.survreg) and others 
to vectors (head.Surv).?? I just need to slog through it.

Looking at Date is a good idea, but it wouldn't have revealed head? or tail.? It did point 
out addition of c() and rep() methods.

Terry
On 06/26/2018 01:40 PM, Michael Lawrence wrote: