pctCen: Internal: Calculate Percent Censored Observations
Description
Internal: Calculate Percent Censored Observations
Usage
pctCen(obs, censored, na.action = getOption("na.action"))
Value
Percent (0-100) of censored observations.
Arguments
- obs
Numeric observations.
- censored
Logical vector indicating censored values.
- na.action
Function or character string specifying NA handling (default getOption("na.action")).