as.vector.rv: Coerce an rv object

View source: R/as_vector_rv.R

as.vector.rvR Documentation

Coerce an rv object

Description

as.vector.rv coerces a given rv object into a vector; matrices lose their dimension attributes, but rv objects stay as rv objects (since they are considered to be "vectors").

Usage

## S3 method for class 'rv'
as.vector(x, mode = "any")

Arguments

x

an object

mode

(currently not used)

Details

as.vector.rv removes the dimension attribute and returns the rv object. Needed for compatibility with code that uses as.vector.

Author(s)

Jouni Kerman jouni@kerman.com

References

Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.

See also vignette("rv").

Examples


  x <- rvmatrix(rvnorm(10), 2, 5)
  as.vector(x)


rv documentation built on March 18, 2022, 5:55 p.m.