support_from_direct_intervals {icmstate} | R Documentation |
Estimate support of multiple transitions given direct transition intervals
Description
Given only direct transition intervals, determine the support for each transition separately using Hudgens(2001) result. Each state is considered from a competing-risks viewpoint. Hudgens(2005) result is applied to see if the NPMLE for any of the transitions does not exist.
Usage
support_from_direct_intervals(direct_intervals, tmat)
Arguments
direct_intervals |
Output from |
tmat |
A transition matrix as created by |
Value
A list containing the estimated support sets for each possible transition
in tmat
.
[Package icmstate version 0.2.0 Index]