detachrv {rv} | R Documentation |
detachrv
detaches the rv package and restores the original
functions in base and stats packages.
Currently equivalent to detach("package:rv")
.
detachrv()
detachrv
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
## Not run: library(rv) detachrv() ## End(Not run)