\name{earthmoon} \alias{earthmoon} \docType{data} \title{ Data from Example 4.4.4 %% ~~ data name/kind ... ~~ } \description{ Mass Ratios of Earth to Moon as measured by satellites; see page 401 of HMC. Data from Example 4.4.4 of HMC. %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data("earthmoon")} \format{} \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(earthmoon) ## maybe str(eg4.4.4data) ; plot(eg4.4.4data) ... } \keyword{datasets}