getTiter: Get Titer from Fitted Model

View source: R/getTiter.R

getTiterR Documentation

Get Titer from Fitted Model

Description

Extract the viral titer aka the volume required for one infectious unit with confidence intervals from a fit object or a list of fit objects generated by getFit.

Usage

getTiter(fm, level = 0.95, digits = 2, p = 0.63212)

Arguments

fm

fitted model or list of fitted models generated by getFit.

level

this specifies the confidence level (default of 0.95). Use NULL to return only the titer (or EC63 value).

digits

Integer number of significant digits to report (default = 2)

p

probability (infected fraction) corresponding to an MOI of 1 (default = 1 - exp(-1) = 0.6321)

Value

If level was provided, the return value includes the estimate and confidence intervals. Note that the confidence interval reflects the precision of the binomial fit is not necessarily biologically meaningful.


ornelles/virustiter documentation built on Oct. 13, 2024, 7:58 a.m.