Learn R Programming

rv (version 1.0)

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
#

Run the code above in your browser using DataLab