baytrends (version 1.1.0)

is.na.lcens: Missing Values

Description

Indicates which elements are missing: methods for "lcens," "mcens," and "qw" data. From smwrQW package.

Usage

# S3 method for lcens
is.na(x)

# S3 method for mcens is.na(x)

# S3 method for qw is.na(x)

Arguments

x

the object to be tested.

Value

A logical vector of the same length as its argument x, containing TRUE for those elements marked NA and FALSE otherwise.

Examples

Run this code
# NOT RUN {
is.na(as.lcens(c(1,3, NA), 2))

# }

Run the code above in your browser using DataLab