detachrv {rv}R Documentation

Detach the rv package

Description

detachrv detaches the rv package and restores the original functions in base and stats packages. Currently equivalent to detach("package:rv").

Usage

detachrv()

Details

detachrv

Author(s)

Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman

References

Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.

Examples

  ## Not run: 
  library(rv)
  detachrv()
  
## End(Not run)

[Package rv version 0.911 Index]