makeInt: A function to create a survival object from bin counts.

Description Usage Arguments Details Value See Also Examples

Description

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.

Usage

1
makeInt(ints, hb, trans = NULL)

Arguments

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.

Details

Creates a survival object. FIXME - reference to survival package and Surv function.

Value

Returns an object of class "Surv"

See Also

FIXME - reference to survival package and Surv function.

Examples

1
#not run, internal function

scarpino/binequality documentation built on May 29, 2019, 3:25 p.m.