Learn R Programming

icmstate (version 0.2.0)

support_from_direct_intervals: 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)

Value

A list containing the estimated support sets for each possible transition in tmat.

Arguments

direct_intervals

Output from direct_from_observed_intervals.

tmat

A transition matrix as created by transMat