Learn R Programming

glmtoolbox (version 0.1.12)

dilution: 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)

Arguments

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.

Examples

Run this code
data(dilution)
xlab <- "Dilution volume"
ylab <- "Count of virus particles"
dev.new()
with(dilution,plot(Dilution,Count,pch=20,xlab=xlab,ylab=ylab))

Run the code above in your browser using DataLab