View source: R/mean_titer_diffs.R
This function is useful for example for calculating differences where you have a set of pre-vaccination and post-vaccination samples and you would like to know the mean response size, accounting for non-detectable values.
1 | mean_titer_diffs(titers1, titers2, method, level = 0.95, dilution_stepsize)
|
titers1 |
The first titerset from which to calculate the mean difference |
titers2 |
The second titerset to which to calculate the mean difference |
method |
The method to use when dealing with censored titers (like '<10'), one of "replace_nd", "exclude_nd", "truncated_normal" |
level |
The confidence level to use when calculating confidence intervals |
dilution_stepsize |
The dilution stepsize used in the assay, see 'calc_titer_lims()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.