\name{sect76data} \alias{sect76data} \docType{data} \title{ Baseball Data Set %% ~~ data name/kind ... ~~ } \description{ Observations form a normal distribution. See Example 7.6.4 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("sect76data")} \format{ A data frame with one column, x. \describe{ \item{\code{x}}{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(sect76data) ## maybe str(sect76data) ; plot(sect76data) ... } \keyword{datasets}