.turnbull_intervals | R Documentation |
Given truncation and censoring sets, construct disjoint increasing intervals whose left and right endpoints lie in L and R and which contain no other members of L and R
.turnbull_intervals(Lcens, Rcens, Ltrunc, Rtrunc, status)
Lcens |
set of left censoring limits |
Rcens |
vector of right censoring limits |
Ltrunc |
vector of left truncation limits |
Rtrunc |
vector of right truncation limits |
status |
integer vector giving status of censoring set |
a matrix containing limits of intervals for EM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.