Learn R Programming

rv (version 2.3.1)

rvconst: Random Vector with a Point-Mass Distribution

Description

Coerces a given vector of constants into a random vector with 1 simulation in each component.

Usage

rvconst(n=1, x)

Arguments

n
integer: number of variables to generate
x
a vector of constants

Value

A random vector (rv object) of length n.

Details

Coerces a given vector of constants into a random vector with 1 simulation in each component.

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

Run this code
  x <- rvconst(x=1:3)
  c(x, 4)

Run the code above in your browser using DataLab