calc_titer_diffs | R Documentation |
Function for getting upper and lower limits of differences between measured titers on the log scale.
calc_titer_diffs(titers1, titers2, control = list())
titers1 |
A numeric/character vector or matrix of pre titer measurements. |
titers2 |
A numeric/character vector or matrix of post titer measurements. |
control |
A list of fitting options (see details). |
Returns a list of length two with values max_diffs and min_diffs, giving the numeric vectors of the upper and lower bounds of the difference in pre and post titers on the log scale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.