get_TCID_CI_PI | R Documentation |
TCID50 Computing Functions - P:I Ratio Confidence Intervals
get_TCID_CI_PI(
x,
d = 1,
log_dilution,
vol_inoculum,
vec_concentration,
total,
alpha = 0.05
)
x |
A vector containing proportion of positive samples |
d |
Log-Dilution factor difference, 1 for 1:10 dilutions |
log_dilution |
A vector of log10-dilutions (-1 for 1/10, -2 for 1/100, etc.) |
vol_inoculum |
Volume Inoculum (in ml) |
vec_concentration |
Vector Concentration (GC/ml) |
total |
Number of technical replicates (samples for a given dilution) |
alpha |
Significance threshold (0.05 alpha corresponds to 95% CI) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.