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)

BNPdensity documentation built on April 1, 2023, 12:10 a.m.