\name{sec951} \alias{sec951} \docType{data} \title{ Two-Way ANOVA Data Set %% ~~ data name/kind ... ~~ } \description{ Two-Way ANOVA Data Set in Section 9.5 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("sec951")} \format{ A data frame with 24 observations on the following 3 variables. \describe{ \item{\code{x}}{a numeric vector} \item{\code{fa}}{a numeric vector} \item{\code{fb}}{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(sec951) ## maybe str(sec951) ; plot(sec951) ... } \keyword{datasets}