\name{scotteyehair} \alias{scotteyehair} \docType{data} \title{ Hair and Eye Color of Scottish Children %% ~~ data name/kind ... ~~ } \description{ Hair and Eye Color of Scottish Children; see page 231 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("scotteyehair")} \format{ The format is: num [1:4, 1:5] 1368 2577 1390 454 170 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:4] "Blue" "Light" "Medium" "Dark" ..$ : chr [1:5] "Fair" "Red" "Medium" "Dark" ... } \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(scotteyehair) ## maybe str(scotteyehair) ; plot(scotteyehair) ... } \keyword{datasets}