Description Usage Arguments Examples
Comparing random variables
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'RV'
X > Y
## S3 method for class 'RV'
X >= Y
## S3 method for class 'RV'
X < Y
## S3 method for class 'RV'
X <= Y
## S3 method for class 'RV'
X == Y
## S3 method for class 'RV'
X != Y
|
X |
The first item to compare |
Y |
The second item to compare |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.