Rev 4851 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{Gun}\alias{Gun}\title{Methods for firing naval guns}\description{The \code{Gun} data frame has 36 rows and 4 columns.}\format{This data frame contains the following columns:\describe{\item{rounds}{a numeric vector}\item{Method}{a factor with levels \code{M1} and \code{M2}}\item{Team}{an ordered factor with levels\code{T1S} < \code{T3S} < \code{T2S} < \code{T1A} <\code{T2A} < \code{T3A} < \code{T1H} < \code{T3H} <\code{T2H}}\item{Physique}{an ordered factor with levels\code{Slight} < \code{Average} < \code{Heavy}}}}\details{Hicks (p.180, 1993) reports data from an experiment onmethods for firing naval guns. Gunners of three different physiques(slight, average, and heavy) tested two firing methods. Both methodswere tested twice by each of nine teams of three gunners withidentical physique. The response was the number of rounds fired perminute.}\source{Hicks, C. R. (1993), \emph{Fundamental Concepts in the Design ofExperiments (4th ed)}, Harcourt Brace, New York.}\examples{str(Gun)}\keyword{datasets}