rvpermut: Random Vectors with a Permutation Distribution

Description Usage Arguments Author(s) References Examples

Description

Generates a random vector with each component having a permutation distribution based on the given (fixed) data vector.

Usage

1
rvpermut(data, prob = NULL)

Arguments

data

a fixed numeric vector

prob

optional probabilities for the components in data

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

1
  x <- rvpermut(1:10)

jsta/rv documentation built on Feb. 12, 2022, 5:13 p.m.