\name{elasticmod} \alias{elasticmod} \docType{data} \title{ Elasticmod Data %% ~~ data name/kind ... ~~ } \description{ Data set from Devore (2012), page 412, response is elasticmod, treatment indicator is ind %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("elasticmod")} \format{ A data frame with 22 observations on the following 2 variables. \describe{ \item{\code{elasticmod}}{a numeric vector} \item{\code{ind}}{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{ Devore, J. L. (2012), \emph{Probability \& Statistics, 8th Ed.}, Boston: Brooks/Cole. 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(elasticmod) ## maybe str(elasticmod) ; plot(elasticmod) ... } \keyword{datasets}