dilution {glmtoolbox} | R Documentation |
Dilution Assay
Description
These data are counts of virus particles at 5 different dilutions. There are 4 replicate counts at each dilution except the last for which there are 5 counts. The aim is to estimate the expected number of virus particles per unit volume.
Usage
data(dilution)
Format
A data frame with 21 rows and 2 variables:
- Count
a numeric vector indicating the count of virus particles.
- Dilution
a numeric vector indicating the dilution volume.
Source
https://sada2013.sciencesconf.org/16138/glmSession4_Cotonou.pdf
Examples
data(dilution)
xlab <- "Dilution volume"
ylab <- "Count of virus particles"
dev.new()
with(dilution,plot(Dilution,Count,pch=20,xlab=xlab,ylab=ylab))
[Package glmtoolbox version 0.1.12 Index]