\name{selfrival} \alias{selfrival} \docType{data} \title{ Paired Data Example on Self and Rival Race Times %% ~~ data name/kind ... ~~ } \description{ Paired Data Example on Self and Rival Race Times; see Page 281 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("selfrival")} \format{ A data frame with 20 observations on the following 2 variables. \describe{ \item{\code{self}}{a numeric vector} \item{\code{rival}}{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(selfrival) ## maybe str(selfrival) ; plot(selfrival) ... } \keyword{datasets}