\name{genexpd} \alias{genexpd} \docType{data} \title{ Data for an Exercise in Chapter 6 %% ~~ data name/kind ... ~~ } \description{ Data for an Exercise in Chapter 6 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("genexpd")} \format{ A data frame with 22 observations on the following 2 variables. \describe{ \item{\code{c.x..y.}}{a numeric vector} \item{\code{indy}}{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(genexpd) ## maybe str(genexpd) ; plot(genexpd) ... } \keyword{datasets}