Description Usage Arguments Value Examples
Calculate a single rate and evaluate the validity of the output
1 | get_single_rt(x, y)
|
x |
The numerator of the rate |
y |
The denominator of the rate |
A data frame containing the rate and validity of the output.
1 2 3 4 5 6 7 | ## Not run:
a <- 10
b <- 100
get_single_rt(a, b)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.