is.na.rv {rv}R Documentation

Distribution of the Indicator Function of Missing Data

Description

is.na.rv

Usage

  ## S3 method for class 'rv':
  is.na(x)

Arguments

x an rv object

Details

Internally, is.na.rv applies the function is.na to each simulation of each component of the argument vector.

Value

A ``Bernoulli" random vector of the same length and dimension as those of x.

Author(s)

Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

  #  

[Package rv version 0.911 Index]