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