Learn R Programming

isdals (version 3.0.1)

binding: Binding of antibiotics

Description

When an antibiotic is injected into the bloodstream, a certain part of it will bind to serum protein. This binding reduces the medical effect. As part of a larger study, the binding rate was measured for 12 cows which were given one of three types of antibiotics: chloramphenicol, erythromycin, and tetracycline

Usage

data(binding)

Arguments

Format

A data frame with 12 observations on the following 2 variables.

antibiotic

antibiotic type. Factor with levels Chlor Eryth Tetra

binding

binding rate

Examples

Run this code
data(binding)

Run the code above in your browser using DataLab