View source: R/iclogcondist_UMLE.R
ic_LCM_UMLE | R Documentation |
This function computes the Least Concave Majorant (LCM) of the log of the unconstrained MLE for interval-censored data.
ic_LCM_UMLE(X)
X |
A matrix with two columns, where each row represents an interval (L, R] for interval-censored data.
|
A list containing:
est |
A list with |
knot_info |
A list with |
neg_log_likelihood |
The negative log-likelihood of the LCM fit. |
weight |
Vector of weights corresponding to each interval in the data. |
X |
The original interval-censored data matrix input. |
data(lgnm)
result <- ic_LCM_UMLE(X = lgnm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.