Learn R Programming

PBImisc (version 1.0)

vaccination: Effective dose study

Description

What is the minimal dose that is effective?

Usage

data(vaccination)

Arguments

Format

data.frame with 100 obs. and 2 variables
response
a reaction effect
dose
a dose that was applied

Source

Artificial dataset generated to be consistent with Karolina P. study

Details

Responses for different doses of treatment.

Examples

Run this code
data(vaccination)
library(lattice)
bwplot(response~dose, data=vaccination)

Run the code above in your browser using DataLab