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
kassambara/datarium documentation built on Jan. 25, 2021, 9:25 p.m.