md_series_lifetime_right_censoring: Generates right-censored system failure times and...

md_series_lifetime_right_censoringR Documentation

Generates right-censored system failure times and right-censoring indicators for a series system with the given data frame of component lifetimes.

Description

Generates right-censored system failure times and right-censoring indicators for a series system with the given data frame of component lifetimes.

Usage

md_series_lifetime_right_censoring(
  md,
  tau = Inf,
  compvar = "t",
  sysvar = NULL,
  delta = "delta"
)

Arguments

md

a data frame with the indicated component times-to-failure

tau

vector of right-censoring times, defaults to Inf (no right censoring)

compvar

component lifetimes

sysvar

right-censored system lifetime

delta

right-censoring indicator, defaults to "delta"

Value

masked data with right-censoring related columns


queelius/series_system_estimation_masked_data documentation built on Jan. 29, 2025, 11:08 a.m.