system_censoring: Per-component censoring from system observation

View source: R/generics.R

system_censoring.dist_structureR Documentation

Per-component censoring from system observation

Description

Per-component censoring from system observation

Usage

## S3 method for class 'dist_structure'
system_censoring(x, times)

system_censoring(x, times)

Arguments

x

A dist_structure object.

times

Non-negative numeric vector of length ncomponents(x).

Value

A list with system_time (scalar) and component_status (character vector of length m, values in "exact", "left", "right").


dist.structure documentation built on May 13, 2026, 1:07 a.m.