View source: R/supportHudgens.R
supportHudgens | R Documentation |
Given censoring/truncation intervals, find the maxcliques and determine the support of the interval censored problem.
supportHudgens(intervals, reduction = TRUE, existence = FALSE)
intervals |
A data.frame with 3 columns containing half-open intervals (left open, right closed) and an indicator whether the interval results from a censored transition or truncation:
Note that the truncation intervals need to be in the form (N, Inf] with N a numeric value. |
reduction |
Should the support be reduced using Lemma 3 from Hudgens (2005)? This requires checking an extra condition. Default is TRUE. |
existence |
Should the existence of the NPMLE be checked using Theorem 1/Lemma 4 from
Hudgens (2005)? Requires |
graph
: An igraph
object representing the censoring/truncation intervals
support
: Support estimated from the censoring intervals
dir_graph
: A directed igraph
object used to determine whether the NPMLE
exists in the presence of left-truncation.
exist_mle
: Logical output indicating whether the NPMLE exists.
Michael G. Hudgens, On Nonparametric Maximum Likelihood Estimation with Interval Censoring and Left Truncation, Journal of the Royal Statistical Society Series B: Statistical Methodology, Volume 67, Issue 4, September 2005, Pages 573-587, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/j.1467-9868.2005.00516.x")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.