Implements a simulation-based random variable class and a suite of
methods for extracting parts of random vectors, calculating extremes of random
vectors, and generating random vectors under a variety of distributions
following Kerman and Gelman (2007)
The rv
package provides tools for working with simulation-based random
variables.
install.packages("rv")
install.packages('devtools') # package devtools neededdevtools::install_github("jsta/rv")
See website
NEWS.md
file to track changes to the package.:::
notation....
argument.* rvmeanunif.Rd description fixed (added 'then scaled and shifted')