mean_titer_diffs: Calculate the mean difference between two paired sets of...

Description Usage Arguments

View source: R/mean_titer_diffs.R

Description

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.

Usage

1
mean_titer_diffs(titers1, titers2, method, level = 0.95, dilution_stepsize)

Arguments

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()'


shwilks/meantiter documentation built on Dec. 23, 2021, 1:28 a.m.