pxgta | R Documentation |
For a vector x, return the proportion of observations greater than a specified value a: P(X>a). Also return the complementary proportions P(X<a) and P(X=a).
pxgta(x, a = 0)
x |
A numeric vector |
a |
Value for comparison - default = 0 |
A list of 3 elements:
P(X>a)
P(X=a)
P(X<a)
From Rallfun-v32.txt - see https://github.com/nicebread/WRS/
adapted from cid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.