Learn R Programming

sccr (version 2.1)

inputM: The probability matrix creator

Description

The function creating the probability matrix and tau time vector from the double-censored data.

Arguments

data

censored data

Value

input

the probability matrix

tau

time tau

Examples

Run this code
# NOT RUN {
data(censoredMatrix)
res <- inputM(censoredMatrix)

res$input
res$tau
# }

Run the code above in your browser using DataLab