R/mice.R

#'Mice Weight Data for One Sample Mean Test
#'
#'@description Contains the weight of 10 mice. The question is whether the
#'  average weight of the mice differs from 25g.
#'
#' A one sample t-test can be performed to answer to this question.
#'@name mice
#'@docType data
#'@usage data("mice")
#'@format A data frame with 10 rows and 2 columns
#' @examples
#' data(mice)
#' head(as.data.frame(mice))
NULL

Try the datarium package in your browser

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

datarium documentation built on May 21, 2019, 9:02 a.m.