is_censored {BNPdensity}R 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)

[Package BNPdensity version 2023.3.8 Index]