ex_IC: Virtual data set for interval censored data

ex_ICR Documentation

Virtual data set for interval censored data

Description

The data ex_IC is a virtual data set created to show how to utilize the package. ex_IC is interval censored data. See ex_ICLT for interval censored and left truncated data.

Usage

data(ex_IC)

Format

The data have the following columns:

lowerIC

The lower limit of the censoring interval.

upperIC

The upper limit of the censoring interval.

trunc

The vector of left truncated points.

X1 - X6

The covariate vectors used for variable selection.

See Also

ex_ICLT

Examples

library(ALassoSurvIC)
data(ex_IC) # 100 subjects and 6 covariates
print(ex_IC)

ALassoSurvIC documentation built on Dec. 1, 2022, 5:12 p.m.