\name{elf} \alias{elf} \docType{data} \title{ %% ~~ data name/kind ... ~~ } \description{ %% ~~ A concise (1-5 lines) description of the dataset. ~~ } \usage{data(elf)} \format{ A data frame with 99 observations on the following 3 variables. \describe{ \item{\code{SEXE}}{a numeric vector} \item{\code{AGE}}{a numeric vector} \item{\code{ETUD}}{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{ %% ~~ possibly secondary sources and usages ~~ } \examples{ data(elf) ## maybe str(elf) ; plot(elf) ... } \keyword{datasets}