dilution | R Documentation |
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.
data(dilution)
A data frame with 21 rows and 2 variables:
a numeric vector indicating the count of virus particles.
a numeric vector indicating the dilution volume.
https://sada2013.sciencesconf.org/16138/glmSession4_Cotonou.pdf
data(dilution)
xlab <- "Dilution volume"
ylab <- "Count of virus particles"
dev.new()
with(dilution,plot(Dilution,Count,pch=20,xlab=xlab,ylab=ylab))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.