Learn R Programming

MIICD (version 1.1)

get.set: Compute sets of data for PMDA.

Description

From a set of interval censored data, keep right censored data and drow from a uniform distribution within closed intervals.

Usage

get.set( k , data )

Arguments

k
Number of set to be generated.
data
Original set from which data sets are drown.

Value

  • A data frame with the k so generated data sets. One per column.

Details

data must be a data frame representing interval censored data. If one item is censored the column representing the upper bounds of the intervals MUST contain the value 'Inf'.

References

PAN, Wei. A Multiple Imputation Approach to Cox Regression with Interval-Censored Data. Biometrics, 2000, vol. 56, no 1, p. 199-203.

See Also

runif