vaccination {PBImisc} | R Documentation |
What is the minimal dose that is effective?
data(vaccination)
data.frame with 100 obs. and 2 variables
response
a reaction effect
dose
a dose that was applied
Responses for different doses of treatment.
Artificial dataset generated to be consistent with Karolina P. study
data(vaccination)
library(lattice)
bwplot(response~dose, data=vaccination)