calc_titer_diffs: Get titer differences

View source: R/titer_lims.R

calc_titer_diffsR Documentation

Get titer differences

Description

Function for getting upper and lower limits of differences between measured titers on the log scale.

Usage

calc_titer_diffs(titers1, titers2, control = list())

Arguments

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).

Value

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.


acorg/ablandscapes documentation built on March 4, 2024, 7:50 a.m.