makeInt {binequality} | R Documentation |
This function creates a survival object from bin counts, these data cannot be right censored. There is a separate function for the right censored bins.
makeInt(ints, hb, trans = NULL)
ints |
a (non-empty) numeric matrix containing the bin end points, there must be as many rows as length(hb) and the lower bin should be on the left. |
hb |
a (non-empty) numeric vector of bin heights. |
trans |
an optional function to transform the bins. |
Creates a survival object. FIXME - reference to survival package and Surv function.
Returns an object of class "Surv"
FIXME - reference to survival package and Surv function.
#not run, internal function