p_prob | R Documentation |
Generates an n
probability
values in accordance with a specified
proportional ratios.
p_prob(n, p_ratio = 20)
n |
a number of data points. |
p_ratio |
the smaller of the
terms of specified proportional ratios. For instance, for a
|
Proportional ratios are used to divide the
area under curve (auc) of an exponential function
such that for any given percentage ratios a:b
, the
auc is divided into b:a
.
Returns a dataframe with a probability field.
p_prob(n = 15, p_ratio = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.