\name{exercise8316} \alias{exercise8316} \docType{data} \title{ Two Sample Variance Data Set %% ~~ data name/kind ... ~~ } \description{ Two Sample Variance Data Set where the samples are generated from a LaPlace distribution; see Exercise 8.3.16 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("exercise8316")} \format{ A data frame with two columns, x and y. \describe{ \item{\code{x}}{a numeric vector} \item{\code{y}}{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(exercise8316) ## maybe str(exercise8316) ; plot(exercise831exercise8316) ... } \keyword{datasets}