Description Usage Arguments Value
View source: R/interpolation.R
Creates a function that interpolates an AR-to-PR dataset. The data calculates attack rate as a function of PR and recovery.
1 | ar_of_pr_rho(pr_to_ar_dt)
|
pr_to_ar_dt |
A data.table with columns AR, PR, and rho. |
A function with signature function(pr, rho) -> AR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.