rv

CRAN status Project Status: Active - The project has reached a stable, usable state and is being actively developed. rv Downloads R build status

The rv package provides tools for working with simulation-based random variables.

Installation

Stable version from CRAN

install.packages("rv")

or development version from GitHub

install.packages('devtools')  # package devtools needed
devtools::install_github("jsta/rv")

Examples

See website