vaccination {PBImisc}R Documentation

Effective dose study

Description

What is the minimal dose that is effective?

Usage

data(vaccination)

Format

data.frame with 100 obs. and 2 variables

response

a reaction effect

dose

a dose that was applied

Details

Responses for different doses of treatment.

Source

Artificial dataset generated to be consistent with Karolina P. study

Examples

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

[Package PBImisc version 1.0 Index]