Description Usage Arguments Value
View source: R/covid_status_functions.R
For use in the covid_prob function to change the probabilities to be 0-1 rather than 0.5-1
1 | normalizer(x, lower_bound, upper_bound, xmin, xmax)
|
x |
A number or vector of numbers |
lower_bound |
Desired lower_bound of values |
upper_bound |
Desired upper_bound of values |
xmin |
Expected minimum value of x |
xmax |
Expected maximum value of x |
A number or vector of numbers between the lower and upper bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.