R/mice2.R

#' Mice Weight Data for Paired-Samples Mean Test
#'
#'@description contains the weight of 10 mice before and after the treatment.
#'
#' A paired-samples t-test can be performed to answer to this question.
#'@name mice2
#'@docType data
#'@usage data("mice2")
#'@format A data frame with 10 rows and 3 columns
#' @examples
#' data(mice2)
#' head(as.data.frame(mice2))
NULL
kassambara/datarium documentation built on Jan. 25, 2021, 9:25 p.m.