getTiter: Get Titer from Fitted Model

View source: R/getTiter.R

getTiterR Documentation

Get Titer from Fitted Model

Description

Extract the viral titer or 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 = 3)

getEC63(fm, level = 0.95)

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 = 3)

Value

For getTiter, a named numeric vector with the estimated titer in IU per ml.

For getEC63, a named numeric vector with the volume corresponding to one infectious unit.

If level was provided, the return value is a matrix with additional columns providing the desired +/- confidence intervals.


ornelles/virustiter documentation built on March 15, 2024, 9:28 a.m.