R/FEVData.R

#' This is the Childhood respiratory disease data
#'
#' @name FEVData
#' @docType data
#' @details These are the columns and their meanings
#' \itemize{
#' 	\item{\code{FEV}} Forced Expiratory Volme (FE)
#' 	\item{\code{Age}} Age of the child
#' 	\item{\code{Height}} Height of the child
#' 	\item{\code{Sex}} Gender of the child (1 for boys, 0 for girls)
#' 	\item{\code{Smoke}} 1 if the child smokes, 0 otherwise
#' }
#' @keywords data FEV
NULL

Try the pimold package in your browser

Any scripts or data that you put into this service are public.

pimold documentation built on May 2, 2019, 5:50 p.m.