getTiter | R Documentation |
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
.
getTiter(fm, level = 0.95, digits = 2, p = 0.63212)
fm |
fitted model or list of fitted models generated by
|
level |
this specifies the confidence level (default of 0.95).
Use |
digits |
|
p |
probability (infected fraction) corresponding to an MOI of 1 (default = 1 - exp(-1) = 0.6321) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.