\name{bb} \alias{bb} \docType{data} \title{ Baseball Data Set %% ~~ data name/kind ... ~~ } \description{ Baseball Data Set, see page 236 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("bb")} \format{ A data frame with 59 observations on the following 6 variables. \describe{ \item{\code{hand}}{a numeric vector} \item{\code{height}}{a numeric vector} \item{\code{weight}}{a numeric vector} \item{\code{hitind}}{a numeric vector} \item{\code{hitpitind}}{a numeric vector} \item{\code{average}}{a numeric vector} } } \details{ %% ~~ If necessary, more details than the __description__ above ~~ } \source{ %% ~~ reference to a publication or URL from which the data were obtained ~~ } \references{ Hogg, R.V., McKean, J.W. and Craig, A.T. (2018), \emph{Introduction to Mathematical Statistics, 8th Ed.}, Pearson: Boston. %% ~~ possibly secondary sources and usages ~~ } \examples{ data(bb) ## maybe str(bb) ; plot(bb) ... } \keyword{datasets}