lgnm: LGNM Data: Case II Interval Censoring Example

lgnmR Documentation

LGNM Data: Case II Interval Censoring Example

Description

This dataset, lgnm, provides an example of case II interval censoring data for illustrating the functions in this package. The event time is simulated from a log-normal distribution with parameters mean = 0 and standard deviation = 1. The left censoring time is drawn from a uniform distribution between 0 and 2, and the right censoring time is drawn from a uniform distribution between the left censoring time and 20. Both the left and right censoring times are rounded to four decimal places.

Format

A data frame with 100 observations on the following 2 variables:

left

The left censoring time.

right

The right censoring time.

Source

Synthetic data generated for illustration purposes.

Examples

data(lgnm)
head(lgnm)

iclogcondist documentation built on April 4, 2025, 5:18 a.m.