sort {rv}R Documentation

Distribution of Order Statistics of a Random Vector

Description

sort is a replacement for the standard sort function, which is called if x is not an rv object.

Usage

  sort(x, ...)

Arguments

x an object
... further arguments passed to sort

Details

Once sort becomes a generic (and truly object-oriented) method, this function will also become a truly object-oriented method.

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.

See Also

The original help page for sort. Other adapted functions: rvAdapted, cov.

Examples

  #

[Package rv version 0.911 Index]