https://github.com/cran/mratios
Raw File
Tip revision: b54b1f647d79e78225636a4bc3ab219d1198f471 authored by Frank Schaarschmidt on 21 January 2011, 00:00:00 UTC
version 1.3.15
Tip revision: b54b1f6
Penicillin.Rd
\name{Penicillin}
\alias{Penicillin}
\docType{data}
\title{Comparing 6 strains with respect to production of antibiotics }
\description{
The production of antibiotics of 6 strains (mutants of the same micro organism) was compared. MO were put to holes in agar infected with Bacteria.
 The diameter of Baceria-free areas around the colonies of the MO was recorded. Each strain was repeated 8 times.
  
}
\usage{data(Penicillin)}
\format{
  A data frame with 48 observations on the following 2 variables.
  \describe{
    \item{strain}{a numeric veactor, the number identifying the strains}
    \item{diameter}{a numeric vector, size of the diameter of Bacteria-free area around each colony}
  }
}

\source{
\emph{ Horn, M, Vollandt, R (1995).}
 Multiple Tests und Auswahlverfahren in Biomtrie \emph{(Lorenz, RJ, Vollmar, J, eds).}
 Gustav Fischerverlag, Stuttgart Jena New York.
}
\examples{

library(mratios)

data(Penicillin)

str(Penicillin)

boxplot(diameter ~ strain, data=Penicillin)

}
\keyword{datasets}
back to top