powered by
In an experiment, ``viral activity was assessed from pock counts at a series of dilutions of the viral medium''
data(pock)
A data frame with 48 observations on the following 2 variables.
Count
the number of membrane pock counts; a numeric vector
Dilution
the dilution factor; a numeric vector
The data come from a titration bioassay, in which viral activity was assessed from pock counts at different dilutions of the viral medium.
data(pock) with( pock, tapply( Count, list(Dilution), mean) ) with( pock, tapply( Count, list(Dilution), var) )
Run the code above in your browser using DataLab