Summary.rv {rv} | R Documentation |
Summary.rv
## S3 method for class 'rv': Summary(..., na.rm=FALSE)
... |
rv object |
na.rm |
logical, remove NAs? |
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")
.
x <- rvnorm(5) all(x>0) any(x>2) sum(x) min(x) max(x)