print.rv {rv} | R Documentation |
Prints a summary of the random variable object.
## S3 method for class 'rv': print(x, digits=rvpar("print.digits"), ...)
x |
an rv object |
digits |
minimal number of significant digits |
... |
further arguments passed to or from other methods |
Invokes first the summary method of the object, then prints the result.
Jouni Kerman jouni@kerman.com
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")
.
print(rvnorm(mean=rvnorm(1)))