\name{ex4.4.3data} \alias{ex4.4.3data} \docType{data} \title{ Data for Exercise 4.4.3 %% ~~ data name/kind ... ~~ } \description{ Data for Exercise 4.4.3 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("ex4.4.3data")} \format{ A data frame with 21 observations on the following variable. \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(ex4.4.3data) ## maybe str(ex4.4.3data) ; plot(ex4.4.3data) ... } \keyword{datasets}