is_censored: Test if the data is censored

View source: R/helper_functions.R

is_censoredR Documentation

Test if the data is censored

Description

Test if the data is censored

Usage

is_censored(dat)

Arguments

dat

The dataset to be tested

Value

TRUE if the data is censored

Examples


data(salinity)
BNPdensity:::is_censored(salinity)

konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.