R/bodyweight.R

#' The bodyweight data set
#' 
#' The average weight of the brain and body for sixty-two mammal species were
#' recorded. We wish to predict the weight of the body using the brain weight. 
#' The first column is the subject index, the second is log of the brain weight 
#' and third is the log of the body weight.
#' @name bodyweight
#' @aliases bodyweight1 bodyweight2 bodyweight3 bodyweight4 bodyweight5 bodyweight6
#' @docType data
#' @return A data frame
#' @keywords datasets
#' @examples
#' data(bodyweight)
NULL

Try the mas2316 package in your browser

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

mas2316 documentation built on May 2, 2019, 5:25 p.m.